From 13fc6861bf8978c7f5d07ed1c0f909a4a9203a35 Mon Sep 17 00:00:00 2001 From: rearman Date: Mon, 11 May 2026 09:20:53 -0400 Subject: [PATCH] Remove unneeded footer/header Only required for packages and things you want to share with others --- config.org | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/config.org b/config.org index 3b1a4bc..4be482f 100644 --- a/config.org +++ b/config.org @@ -1,15 +1,11 @@ #+TITLE: Emacs literate config #+STARTUP: noindent -#+PROPERTY: header-args emacs-lisp :tangle yes +#+PROPERTY: header-args :tangle yes * Header +Set up the correct lexical binding to avoid screaming compiler #+BEGIN_SRC emacs-lisp ;;; config.el --- Emacs Configuration -*- lexical-binding: t; -*- - -;; This file is not part of GNU emacs - -;;; Code: - #+END_SRC * Load libraries Libraries Not from the package manager @@ -1356,7 +1352,3 @@ Disable it by making it save to a temp file (stolen from prot) #+BEGIN_SRC emacs-lisp (setq custom-file (make-temp-file "emacs-custom-")) #+END_SRC -* Footer -#+BEGIN_SRC emacs-lisp -;;; config.el ends here -#+END_SRC -- 2.39.5