Config: add lexical-binding: t to all files.
This commit is contained in:
10
init.el
10
init.el
@@ -1,5 +1,9 @@
|
||||
;;; init.el
|
||||
;;; -*- lexical-binding: t -*-
|
||||
;;; init.el --- init.el -*- lexical-binding: t -*-
|
||||
|
||||
;;; Commentary:
|
||||
;; trogloxene's Emacs
|
||||
|
||||
;;; Code:
|
||||
|
||||
(add-to-list 'load-path
|
||||
(expand-file-name (concat user-emacs-directory "lisp")))
|
||||
@@ -19,3 +23,5 @@
|
||||
(require 'init-kbd)
|
||||
(require 'init-ui)
|
||||
(require 'init-segmentation)
|
||||
|
||||
;;; init.el ends here
|
||||
|
||||
Reference in New Issue
Block a user