forked from colonelpanic/dotfiles
Use lexical binding in README.el
This commit is contained in:
parent
5d94bb49d6
commit
946c8ba3b9
@ -1,4 +1,9 @@
|
|||||||
* General Configuation
|
* General Configuation
|
||||||
|
** Lexical Binding
|
||||||
|
This makes it so that the file that is produced from tangling this file uses lexical scoping
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
;;; -*- lexical-binding: t -*-
|
||||||
|
#+END_SRC
|
||||||
** User Info
|
** User Info
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq user-full-name
|
(setq user-full-name
|
||||||
|
Loading…
Reference in New Issue
Block a user