projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29e42dc
)
emacs: bump recentf-max-saved-items from 40 to 2000
author
Amin Bandali
<bandali@gnu.org>
Thu, 6 Jun 2019 04:52:52 +0000
(
00:52
-0400)
committer
Amin Bandali
<bandali@gnu.org>
Thu, 6 Jun 2019 04:52:52 +0000
(
00:52
-0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
bcb3a3b
..
b05904f
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-658,7
+658,7
@@
For disabling the behaviour for certain buffers and/or modes."
:defer 0.2
:config
(add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?:")
- (setq recentf-max-saved-items
4
0))
+ (setq recentf-max-saved-items
200
0))
;; smart M-x enhancement (needed by counsel for history)
(use-package smex)