From 46bda5a885c9c25a3d049de2219fc2e816cfd6cf Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 22 Sep 2015 22:11:52 +0200 Subject: Add preparation chapter to Emacs initialization --- emacs/.emacs.d/init.org | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'emacs/.emacs.d/init.org') 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 -- cgit v1.2.3-54-g00ecf