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
|
(use-package recentf
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
|
(setq recentf-max-saved-items 1000
|
||||||
|
recentf-max-menu-items 1000)
|
||||||
(advice-add 'recentf-cleanup :around 'imalison:shut-up-around)
|
(advice-add 'recentf-cleanup :around 'imalison:shut-up-around)
|
||||||
(recentf-mode 1)
|
(recentf-mode 1)))
|
||||||
(setq recentf-max-menu-items 500)))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** key-chord
|
*** key-chord
|
||||||
I have currently disabled key-chord because it may cause typing lag.
|
I have currently disabled key-chord because it may cause typing lag.
|
||||||
|
Loading…
Reference in New Issue
Block a user