]> git.earman.xyz Git - emacsinit.git/commitdiff
Turn on comments when tangling literate-config
authorrush <rearman@r717.net>
Tue, 30 Jun 2026 15:19:11 +0000 (11:19 -0400)
committerrush <rearman@r717.net>
Tue, 30 Jun 2026 15:45:56 +0000 (11:45 -0400)
config.org

index 5c0e8309b89b3a9d2a0c1b032f852bad96cc32c6..99c2328023b3beba2361b3b220a8edb0aeed1b48 100644 (file)
@@ -1,9 +1,9 @@
 #+TITLE: Emacs literate config\r
-#+PROPERTY: header-args :tangle yes\r
+#+PROPERTY: header-args :comments org :tangle yes\r
 \r
 * Header\r
 Set up the correct lexical binding to avoid screaming compiler\r
-#+BEGIN_SRC emacs-lisp\r
+#+BEGIN_SRC emacs-lisp :comments no\r
 ;;; config.el --- Emacs Configuration  -*- lexical-binding: t; -*-\r
 #+END_SRC\r
 * OS specific stuff\r