summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-19 23:19:28 +0200
committerGravatar Tom Willemse2014-04-19 23:19:28 +0200
commit9d04002ca5947697c3c3eae435a935d3fee65987 (patch)
tree7c1b105523addf58dbc38fe224e551d7acaa58bf
parent3b084343053c44258eb0b7b59f60d14710b9733d (diff)
downloademacs-9d04002ca5947697c3c3eae435a935d3fee65987.tar.gz
emacs-9d04002ca5947697c3c3eae435a935d3fee65987.zip
Add extra not about lexical binding
-rw-r--r--.emacs.d/init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index bbf408c..dd15c8a 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -45,7 +45,8 @@
* Use lexical binding
- For some of these functions lexical binding is a must.
+ For some of these functions, and general coolness, lexical binding
+ is a must. Without it, closures cannot be made.
#+BEGIN_SRC emacs-lisp :padline no
;; -*- lexical-binding: t -*-