Skip to content

Commit

Permalink
Use default bookmarks for projectile
Browse files Browse the repository at this point in the history
  • Loading branch information
d4ncer committed May 14, 2018
1 parent 17edec2 commit ac6b7cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# Internal
elpa
.cache
projectile-bookmarks.eld
auto-save-list
custom.el

Expand Down
1 change: 0 additions & 1 deletion config/rk-projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
(setq projectile-completion-system 'ivy)
(setq projectile-switch-project-action 'magit-status)
(setq projectile-cache-file (concat paths-cache-directory "/projectile.cache"))
(setq projectile-known-projects-file (concat paths-cache-directory "/projectile-bookmarks.eld"))
(setq projectile-enable-caching t)

(setq projectile-globally-ignored-files '("TAGS" ".DS_Store"))
Expand Down

0 comments on commit ac6b7cf

Please sign in to comment.