projectile
This commit is contained in:
+11
@@ -375,6 +375,17 @@
|
||||
|
||||
|
||||
#+end_src
|
||||
|
||||
* Projectile
|
||||
#+begin_src emacs-lisp
|
||||
(use-package projectile
|
||||
:ensure t
|
||||
:init
|
||||
(projectile-mode +1)
|
||||
:bind (:map projectile-mode-map
|
||||
("s-p" . projectile-command-map)
|
||||
("C-c p" . projectile-command-map)))
|
||||
#+end_src
|
||||
* Misceleaneous
|
||||
|
||||
** Menu bar
|
||||
|
||||
Reference in New Issue
Block a user