diff options
-rw-r--r-- | config.org | 9 |
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 | ||
2874 | The following is straight (heh) from the straight repo, wrapped in a | 2874 | The following is straight (heh) from the straight repo, wrapped in a |
2875 | function so I can call it in another wrapper. | 2875 | function 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 | ||
2919 | I use both Linux (at home) and Windows (at work). To make Emacs | 2926 | I use both Linux (at home) and Windows (at work). To make Emacs |