From 0e6f6329c5e039a2b41f5f485d12d1abcd640f32 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 23 Feb 2021 17:57:28 -0600 Subject: Ignore straight/build --- config.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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. (setq package-enable-at-startup nil) #+end_src -** Bootstrap +** Bootstrap =straight.el= The following is straight (heh) from the straight repo, wrapped in a function so I can call it in another wrapper. @@ -2914,6 +2914,13 @@ the repo using git, /then/ run the bootstrap code. (acdw/bootstrap-straight)))) #+end_src +** Ignore =straight/build/= + +#+begin_src emacs-lisp :noweb-ref settings + (add-to-list 'recentf-exclude (expand-file-name "straight/build/" + user-emacs-directory)) +#+end_src + * System integration I use both Linux (at home) and Windows (at work). To make Emacs -- cgit 1.4.1-21-gabe81