Add reference for lexical binding

This commit is contained in:
tecosaur 2020-01-21 02:07:49 +08:00
parent 5e548d753b
commit 2ed83fd7c6
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ let us concentrate rather on explaining to human beings what we want a
computer to do. --- Donald Knuth
#+END_QUOTE
Make this file run (slightly) faster with lexical binding.
Make this file run (slightly) faster with lexical binding (see [[https://nullprogram.com/blog/2016/12/22/][this blog post]]
for more info).
#+BEGIN_SRC emacs-lisp
;;; config.el -*- lexical-binding: t; -*-
#+END_SRC