From: rearman Date: Tue, 12 May 2026 21:03:21 +0000 (-0400) Subject: Fix src header to have language X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=9738d19ae9429a60569a3f67e319a069325ebc0a;p=emacsinit.git Fix src header to have language --- diff --git a/config.org b/config.org index 4fcb052..b3cf7d0 100644 --- a/config.org +++ b/config.org @@ -671,7 +671,7 @@ I want *TABS*, not spaces, dammit. Globally overwrite the tab key to insert the #+END_SRC * Macro to open something in its own named frame Start a repl in a new frame, open dired in a new frame, etc. etc. -#+BEGIN_SRC +#+BEGIN_SRC emacs-lisp (defmacro re/open-with-new-frame (frname function) "Run the function in its own named frame." `(progn