From: rush Date: Tue, 30 Jun 2026 15:19:11 +0000 (-0400) Subject: Turn on comments when tangling X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=refs%2Fheads%2Fliterate-config;p=emacsinit.git Turn on comments when tangling --- diff --git a/config.org b/config.org index 5c0e830..99c2328 100644 --- a/config.org +++ b/config.org @@ -1,9 +1,9 @@ #+TITLE: Emacs literate config -#+PROPERTY: header-args :tangle yes +#+PROPERTY: header-args :comments org :tangle yes * Header Set up the correct lexical binding to avoid screaming compiler -#+BEGIN_SRC emacs-lisp +#+BEGIN_SRC emacs-lisp :comments no ;;; config.el --- Emacs Configuration -*- lexical-binding: t; -*- #+END_SRC * OS specific stuff