]> git.earman.xyz Git - emacsinit.git/commitdiff
Fix src header to have language
authorrearman <rearman@r717.net>
Tue, 12 May 2026 21:03:21 +0000 (17:03 -0400)
committerrearman <rearman@r717.net>
Tue, 12 May 2026 21:03:21 +0000 (17:03 -0400)
config.org

index 4fcb052947b6c3eee3b869fd82fc1102b212f823..b3cf7d07ab298578ae4c8cfb670659fa6f5dcf5b 100644 (file)
@@ -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