From 3184ecec6e3f6d4ebc809f1dbdf6ac1670fca793 Mon Sep 17 00:00:00 2001 From: rush Date: Tue, 30 Jun 2026 11:19:11 -0400 Subject: [PATCH] Turn on comments when tangling --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5