forked from colonelpanic/dotfiles
Bump recentf-max-saved-items to 1000
This commit is contained in:
parent
2cb5e0cb40
commit
d45a264d55
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user