Use setq-default when setting lexical-binding

This commit is contained in:
Ivan Malison 2016-09-07 14:09:41 -07:00
parent 2baa68780c
commit f7300b3a66
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -18,7 +18,7 @@ This makes it so that the file that is produced from tangling this
file uses lexical scoping.
#+BEGIN_SRC emacs-lisp
;;; -*- lexical-binding: t -*-
(setq lexical-binding t)
(setq-default lexical-binding t)
#+END_SRC
** Setup auto-compile
#+BEGIN_SRC emacs-lisp