From 9d04002ca5947697c3c3eae435a935d3fee65987 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 19 Apr 2014 23:19:28 +0200 Subject: Add extra not about lexical binding --- .emacs.d/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -*- -- cgit v1.2.3-54-g00ecf