Reword the lexical binding section

This commit is contained in:
Tom Willemse 2015-12-16 21:51:41 +01:00
parent 40d78b985d
commit 7bb2d1f065

View file

@ -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