From 97f01dc69ab4d6d50bc242218701643605714fb0 Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Sat, 2 Jan 2021 16:25:47 -0600
Subject: Move header-args to begin_src lines for *init.el

---
 config.org | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/config.org b/config.org
index bcce566..d45c46e 100644
--- a/config.org
+++ b/config.org
@@ -1306,11 +1306,8 @@ I’ve put org mode under Applications, as opposed to Writing, because it’s  m
 ** Emacs' files
 
 *** init.el
-    :PROPERTIES:
-    :header-args: :tangle init.el
-    :END:
 
-  #+BEGIN_SRC emacs-lisp
+  #+BEGIN_SRC emacs-lisp :tangle init.el :comments no
     ;; init.el -*- lexical-binding: t -*-
 
     (setq load-prefer-newer t)
@@ -1330,11 +1327,10 @@ I’ve put org mode under Applications, as opposed to Writing, because it’s  m
   #+END_SRC
 
 *** early-init.el
-:PROPERTIES:
-:header-args: :tangle early-init.el
-:END:
 
-#+BEGIN_SRC emacs-lisp
+#+BEGIN_SRC emacs-lisp :tangle early-init.el :comments no
+  ;; early-init.el -*- no-byte-compile: t; -*-
+
   ;; I use `straight.el' instead of `package.el'.
   (setq package-enable-at-startup nil)
 
-- 
cgit 1.4.1-21-gabe81