From 138d005e2920a4a06a8b0f354e535da0aeddf150 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Tue, 2 Sep 2025 20:34:40 +0100 Subject: [PATCH] [jj-spr] initial version Created using jj-spr 1.3.6-beta.1 --- dotfiles.org | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles.org b/dotfiles.org index 82551e7..9270f1a 100644 --- a/dotfiles.org +++ b/dotfiles.org @@ -15,6 +15,7 @@ The configuration includes settings for Emacs itself, shell environments (Fish), To generate the actual configuration files, run ~org-babel-tangle~ (typically ~C-c C-v t~) from within Emacs, or use this command line approach: +Adding some text which should be in PR1 #+begin_src bash $(which emacs) --batch --eval "(require 'org)" --eval '(org-babel-tangle-file "~/dotfiles/dotfiles.org")' #+end_src