Reword the lexical binding section
This commit is contained in:
parent
40d78b985d
commit
7bb2d1f065
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue