aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-misc.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-misc.el b/.emacs.d/lisp/init-misc.el
index a8ac5a2..1772bbc 100644
--- a/.emacs.d/lisp/init-misc.el
+++ b/.emacs.d/lisp/init-misc.el
@@ -45,8 +45,9 @@
(use-package recentf
:ensure nil
- :config
+ :init
(add-hook 'after-init-hook 'recentf-mode)
+ :config
(setq-default
recentf-max-saved-items 1024
recentf-exclude `("/tmp/")))