projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
2b99d79
)
[emacs] increase recentf-max-saved-items from 20 to 40
author
Amin Bandali
<amin@gnu.org>
Sun, 23 Sep 2018 15:30:33 +0000
(11:30 -0400)
committer
Amin Bandali
<amin@gnu.org>
Sun, 23 Sep 2018 15:30:33 +0000
(11:30 -0400)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
4158a20
..
bbdc7f5
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-967,7
+967,9
@@
TODO: break this giant source block down into individual org sections.
(use-package recentf
:demand t
(use-package recentf
:demand t
- :config (add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?:"))
+ :config
+ (add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?:")
+ (setq recentf-max-saved-items 40))
(use-package savehist
:config (savehist-mode))
(use-package savehist
:config (savehist-mode))