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:
1f910cc
)
emacs: exclude straight.el’s build dir from recentf
author
Amin Bandali
<bandali@gnu.org>
Fri, 10 May 2019 03:57:03 +0000
(23:57 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Fri, 10 May 2019 03:57:03 +0000
(23:57 -0400)
.emacs.d/init.org
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.org
b/.emacs.d/init.org
index
4b2d425
..
51954b6
100644
(file)
--- a/
.emacs.d/init.org
+++ b/
.emacs.d/init.org
@@
-297,6
+297,14
@@
integration, we will define a =use-feature= for plain ole
,@args))
#+end_src
,@args))
#+end_src
+While at it, let's exclude =straight.el='s build from recentf:
+
+#+begin_src emacs-lisp
+(with-eval-after-load 'recentf
+ (add-to-list 'recentf-exclude
+ (expand-file-name "~/.emacs.d/straight/build/")))
+#+end_src
+
Also, here's a useful function for reloading the init file (useful
after running =straight-check-all=:
Also, here's a useful function for reloading the init file (useful
after running =straight-check-all=: