summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
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