summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 -*-