From 7bb2d1f065b295cb9ffce633d2f596831c04233b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 16 Dec 2015 21:51:41 +0100 Subject: Reword the lexical binding section --- emacs/.emacs.d/init.org | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 7c87ba6..6f2b864 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -85,16 +85,13 @@ ** Use lexical binding For some of my functions, and general coolness, lexical binding is - a must. Without it, closures cannot be made for example. + a must. Without it, closures don't work for example. This line + needs to appear at the beginning of the file to work. #+BEGIN_SRC emacs-lisp :padline no ;; -*- lexical-binding: t -*- #+END_SRC - This line needs to appear at the beginning of the file to work. - Just to keep things looking nice I put it at the beginning of the - file. - ** Keep package.el from changing my init Some time ago my init file was changed by Emacs. It added a single -- cgit v1.2.3-54-g00ecf