summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-12-16 21:51:41 +0100
committerGravatar Tom Willemse2015-12-16 21:51:41 +0100
commit7bb2d1f065b295cb9ffce633d2f596831c04233b (patch)
treeff741dc9a34a52358061fb78f4c9f78e4f988f52 /emacs/.emacs.d/init.org
parent40d78b985db2ae7e93e3e884366eb6cf3c4ed24b (diff)
downloaddotfiles-7bb2d1f065b295cb9ffce633d2f596831c04233b.tar.gz
dotfiles-7bb2d1f065b295cb9ffce633d2f596831c04233b.zip
Reword the lexical binding section
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org7
1 files changed, 2 insertions, 5 deletions
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