summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-02-23 17:57:28 -0600
committerCase Duckworth2021-02-23 17:57:28 -0600
commit0e6f6329c5e039a2b41f5f485d12d1abcd640f32 (patch)
treeb3852502a4fba18d8a74c33b26d91d326711498a
parentAdd TODO (diff)
downloademacs-0e6f6329c5e039a2b41f5f485d12d1abcd640f32.tar.gz
emacs-0e6f6329c5e039a2b41f5f485d12d1abcd640f32.zip
Ignore straight/build
-rw-r--r--config.org9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.org b/config.org index 225628c..bacb5f6 100644 --- a/config.org +++ b/config.org
@@ -2869,7 +2869,7 @@ any data loss. Here's what all that looks like.
2869 (setq package-enable-at-startup nil) 2869 (setq package-enable-at-startup nil)
2870#+end_src 2870#+end_src
2871 2871
2872** Bootstrap 2872** Bootstrap =straight.el=
2873 2873
2874The following is straight (heh) from the straight repo, wrapped in a 2874The following is straight (heh) from the straight repo, wrapped in a
2875function so I can call it in another wrapper. 2875function so I can call it in another wrapper.
@@ -2914,6 +2914,13 @@ the repo using git, /then/ run the bootstrap code.
2914 (acdw/bootstrap-straight)))) 2914 (acdw/bootstrap-straight))))
2915#+end_src 2915#+end_src
2916 2916
2917** Ignore =straight/build/=
2918
2919#+begin_src emacs-lisp :noweb-ref settings
2920 (add-to-list 'recentf-exclude (expand-file-name "straight/build/"
2921 user-emacs-directory))
2922#+end_src
2923
2917* System integration 2924* System integration
2918 2925
2919I use both Linux (at home) and Windows (at work). To make Emacs 2926I use both Linux (at home) and Windows (at work). To make Emacs