From 0eca10e78e3d644b364511464b8d94b6a5c6abe1 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Thu, 30 Jan 2020 21:55:33 -0500 Subject: [PATCH] Formatting --- emacs/init.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index e24efad..4d37434 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -2,7 +2,12 @@ #+PROPERTY: header-args :results silent #+PROPERTY: header-args:emacs-lisp :lexical t :tangle ~/.emacs.el -This is a literate init file holding my Emacs configuration. It is initially loaded by a [[file:.emacs.d/init.el::;;; -*- lexical-binding: t; -*-][bootstrap file]] that lives at ~/.emacs.d/init.el; after the initial bootstrapping it writes itself to ~/.emacs.el. Since ~/.emacs.el takes priority over ~/.emacs.d/init.el, after the initial bootstrapping process the tangled ~/.emacs.el file will get loaded without needing to load the bootstrap file first. +This is a literate init file holding my Emacs configuration. It is +initially loaded by a [[file:.emacs.d/init.el::;;; -*- lexical-binding: t; -*-][bootstrap file]] that lives at ~/.emacs.d/init.el; +after the initial bootstrapping it writes itself to ~/.emacs.el. Since +~/.emacs.el takes priority over ~/.emacs.d/init.el, after the initial +bootstrapping process the tangled ~/.emacs.el file will get loaded +without needing to load the bootstrap file first. * Prelude Enables lexical binding for everything in init.el: