Working on Emacs
This commit is contained in:
parent
f4b2a68ba0
commit
b4d239d34b
10 changed files with 186 additions and 116 deletions
|
@ -4,6 +4,9 @@
|
|||
(projectile-mode +1)
|
||||
:bind (:map projectile-mode-map
|
||||
("s-p" . projectile-command-map)
|
||||
("C-c p" . projectile-command-map)))
|
||||
("C-c p" . projectile-command-map))
|
||||
:config
|
||||
(helm-projectile-on))
|
||||
|
||||
|
||||
(provide 'config-projectile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue