Use setq-default when setting lexical-binding
This commit is contained in:
parent
2baa68780c
commit
f7300b3a66
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user