[Emacs] No need to defer loading recentf
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Recentf is used as soon as Emacs is created, no need to defer it and its configuration.
This commit is contained in:
parent
fe423e421a
commit
e918a346fc
@ -2498,7 +2498,6 @@ excluded files.
|
||||
#+begin_src emacs-lisp
|
||||
(use-package recentf
|
||||
:straight (:build t :type built-in)
|
||||
:defer t
|
||||
:custom ((recentf-max-saved-items 200))
|
||||
:init
|
||||
(add-to-list 'recentf-exclude (rx (* any)
|
||||
|
Loading…
Reference in New Issue
Block a user