Skip to content

Commit

Permalink
config: remove projectile, use project
Browse files Browse the repository at this point in the history
  • Loading branch information
mcraveiro committed Apr 3, 2024
1 parent 4bfdf85 commit 9b12c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
15 changes: 1 addition & 14 deletions config/development.org
Original file line number Diff line number Diff line change
Expand Up @@ -242,20 +242,7 @@ _p_rev _u_pper (mine) _=_: upper/lower _r_esolve
| Projectile | https://github.com/bbatsov/projectile |

#+begin_src emacs-lisp
(setq projectile-known-projects-file
(cunene/cache-concat "projectile/bookmarks.eld"))
(setq projectile-cache-file
(cunene/cache-concat "projectile/projectile.cache"))

(use-package projectile
:init
(projectile-mode +1)
:bind (:map projectile-mode-map
("C-c p" . projectile-command-map))
:config
(setq projectile-enable-caching t))

(use-package ibuffer-projectile :after projectile)
(use-package project)
#+end_src

* Syntax Checking
Expand Down
1 change: 1 addition & 0 deletions doc/notes_and_comments.org
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
- [[https://blog.costan.ro/post/2022-02-22-emacs-completion-system/][Completion system]]
- [[https://utcc.utoronto.ca/~cks/space/blog/programming/EmacsUnderstandingCompletion][My understanding of various sorts of completion in GNU Emacs]]
- [[https://www.emacswiki.org/emacs/sql-complete.el][sql-complete.el]]
- [[https://jethrokuan.github.io/org-roam-guide/][How I Take Notes with Org-roam]]
- [[https://emacsredux.com/blog/2014/12/05/converting-between-symbols-and-strings/][Converting Between Symbols and Strings]]
- [[https://stackoverflow.com/questions/11272632/how-to-create-a-column-view-in-emacs-lisp][How to create a column view in Emacs Lisp?]]
- [[https://github.com/emacsorphanage/mongo/blob/master/mongo.el][mongo.el]]
Expand Down

0 comments on commit 9b12c9a

Please sign in to comment.