Update for use-package 2.0
This commit is contained in:
parent
e0923b2d9c
commit
ee2a3380e7
7 changed files with 63 additions and 67 deletions
|
@ -1,13 +1,13 @@
|
|||
(use-package projectile
|
||||
:pre-load
|
||||
:init
|
||||
(setq-default projectile-cache-file (concat my-tmp-dir "projectile.cache")
|
||||
projectile-known-projects-file (concat my-tmp-dir "projectile.projects")
|
||||
projectile-enable-caching t
|
||||
projectile-indexing-method 'alien)
|
||||
:init
|
||||
(projectile-global-mode +1)
|
||||
:config
|
||||
(progn
|
||||
(projectile-global-mode +1)
|
||||
|
||||
(add-to-list 'projectile-globally-ignored-files "ido.last")
|
||||
(add-to-list 'projectile-globally-ignored-directories "assets")
|
||||
(add-to-list 'projectile-other-file-alist '("scss" "css"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue