From 9738d19ae9429a60569a3f67e319a069325ebc0a Mon Sep 17 00:00:00 2001 From: rearman Date: Tue, 12 May 2026 17:03:21 -0400 Subject: [PATCH] Fix src header to have language --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5