Bump recentf-max-saved-items to 1000

This commit is contained in:
Ivan Malison 2016-08-25 17:47:18 -07:00
parent 2cb5e0cb40
commit d45a264d55
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3214,9 +3214,10 @@ I had to disable this mode because something that it does messes with coding set
(use-package recentf
:config
(progn
(setq recentf-max-saved-items 1000
recentf-max-menu-items 1000)
(advice-add 'recentf-cleanup :around 'imalison:shut-up-around)
(recentf-mode 1)
(setq recentf-max-menu-items 500)))
(recentf-mode 1)))
#+END_SRC
*** key-chord
I have currently disabled key-chord because it may cause typing lag.