summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-09-22 22:11:52 +0200
committerGravatar Tom Willemse2015-09-22 22:11:52 +0200
commit46bda5a885c9c25a3d049de2219fc2e816cfd6cf (patch)
tree03f0b748df426cbc85423aed44ce6a83cf5c643e /emacs/.emacs.d/init.org
parente28a4eb2b0eff60e7f4755d20f5175c95bc9c369 (diff)
downloaddotfiles-46bda5a885c9c25a3d049de2219fc2e816cfd6cf.tar.gz
dotfiles-46bda5a885c9c25a3d049de2219fc2e816cfd6cf.zip
Add preparation chapter to Emacs initialization
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org9
1 files changed, 2 insertions, 7 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 138ea02..98b8778 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -9,14 +9,9 @@
#+INCLUDE: "org/intro.org" :minlevel 2
-* Use lexical binding
+* Preparation
- For some of these functions, and general coolness, lexical binding
- is a must. Without it, closures cannot be made.
-
- #+BEGIN_SRC emacs-lisp :padline no
- ;; -*- lexical-binding: t -*-
- #+END_SRC
+#+INCLUDE: "org/preparation.org" :minlevel 2
* Some general-purpose functions and macros