branch: elpa/apropospriate-theme
commit 4457fb40db9893fe92f4afcd9420c37c503701f0
Author: Matthew Bauer <mjbaue...@gmail.com>
Commit: GitHub <nore...@github.com>

    Set lexical-binding: t (#45)
    
    Without it, you get a warning in Emacs 31 that looks like:
    
    ⛔ Warning (files): Missing ‘lexical-binding’ cookie in 
"apropospriate-theme.el".
    You can add one with ‘M-x elisp-enable-lexical-binding RET’.
    See ‘(elisp)Selecting Lisp Dialect’ and ‘(elisp)Converting to Lexical 
Binding’
    for more information.
---
 apropospriate-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apropospriate-theme.el b/apropospriate-theme.el
index e46b15e142..73195f7152 100644
--- a/apropospriate-theme.el
+++ b/apropospriate-theme.el
@@ -1,4 +1,4 @@
-;;; apropospriate-theme.el --- A light & dark theme set for Emacs.
+;;; apropospriate-theme.el --- A light & dark theme set for Emacs.  -*- 
lexical-binding: t; -*-
 
 ;; Copyright (C) 2015 Justin Talbott
 

Reply via email to