From 13fc04e7a15572075fd781bac2c5e494889f648d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 27 Nov 2020 12:28:48 -0600 Subject: Change :shebang to :comments no The :shebang header argument makes the different files executable, which we don't want. --- config.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index 7ccbabe..7165432 100644 --- a/config.org +++ b/config.org @@ -10,7 +10,8 @@ This is my Emacs configuration. It's also a literate =org-mode= file. Yeah, I' * About me -#+begin_src emacs-lisp :shebang ";; init.el -*- lexical-binding: t -*-" +#+begin_src emacs-lisp :comments no +;; init.el -*- lexical-binding: t -*- (setq user-full-name "Case Duckworth" user-mail-address "acdw@acdw.net") #+end_src @@ -116,7 +117,8 @@ It's highly likely that the WTFPL is completely incompatible with the GPL, for w * Early initiation -#+begin_src emacs-lisp :tangle early-init.el :shebang ";; early-init.el -*- lexical-binding: t; no-byte-compile: t -*-" +#+begin_src emacs-lisp :tangle early-init.el :comments no +;; early-init.el -*- lexical-binding: t; no-byte-compile: t -*- (setq load-prefer-newer t) #+end_src -- cgit 1.4.1-21-gabe81