Fix projectile

This commit is contained in:
Riyyi
2020-08-28 03:41:18 +02:00
parent 2afe59e4c5
commit ab0468adbc
+2 -1
View File
@@ -356,7 +356,8 @@ Project manager.
(projectile-indexing-method 'hybrid)
(projectile-known-projects-file (concat dot-cache-dir "/projectile-bookmarks.eld"))
(projectile-project-search-path '("~"))
(projectile-sort-order 'recentf))
(projectile-sort-order 'recentf)
:config (projectile-mode))
#+END_SRC
*** Org Packages