Enable lexical binding in init files
This commit is contained in:
parent
2f0555d634
commit
1ed5d39f56
3 changed files with 6 additions and 0 deletions
|
|
@ -1 +1,3 @@
|
|||
;; -*- lexical-binding: t; -*-
|
||||
|
||||
(setq package-enable-at-startup nil)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
;; -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar elpaca-installer-version 0.11)
|
||||
(defvar elpaca-directory (expand-file-name "elpaca/" user-emacs-directory))
|
||||
(defvar elpaca-builds-directory (expand-file-name "builds/" elpaca-directory))
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
;; -*- lexical-binding: t; -*-
|
||||
|
||||
(load-file "~/.config/emacs/init-elpaca.el")
|
||||
|
||||
(defun git-tracked-file-p (filename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue