mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
Remove recentf-exclude setting
We don't need to be so judicious about what files are included in the MRU list. If you open a file, any file, it'll be considered a recently opened file.
This commit is contained in:
@@ -376,11 +376,7 @@ Some commands of interest:
|
||||
'error)))
|
||||
|
||||
(after! projectile
|
||||
(add-to-list 'projectile-globally-ignored-directories org-attach-id-dir))
|
||||
|
||||
(after! recentf
|
||||
(add-to-list 'recentf-exclude
|
||||
(lambda (file) (file-in-directory-p file org-attach-id-dir)))))
|
||||
(add-to-list 'projectile-globally-ignored-directories org-attach-id-dir)))
|
||||
|
||||
|
||||
(defun +org-init-centralized-exports-h ()
|
||||
|
Reference in New Issue
Block a user