From f7300b3a669afa2681d66832e2675b16306daad2 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 7 Sep 2016 14:09:41 -0700 Subject: [PATCH] Use setq-default when setting lexical-binding --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index f9277091..6d465830 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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