Work on removing evil-leader key binding as they might be not needed
This commit is contained in:
parent
def7b66def
commit
787943df9e
7 changed files with 33 additions and 17 deletions
|
|
@ -1,7 +1,7 @@
|
|||
(require 'projectile)
|
||||
|
||||
|
||||
(setq-default projectile-enable-caching t ;; Cache project files
|
||||
(setq-default projectile-completion-system 'ivy ;; Use ivy as completion system
|
||||
projectile-enable-caching t ;; Cache project files
|
||||
projectile-file-exists-local-cache-expire (* 3 60) ;; keep cache for 3 minutes
|
||||
projectile-sort-order (quote recently-active) ;; Order by recently active projects
|
||||
projectile-globally-ignored-directories
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue