forked from colonelpanic/dotfiles
Use setq-default when setting lexical-binding
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user