Config: add lexical-binding: t to all files.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
;;; init-startup.el
|
||||
;;; -*- lexical-binding: t -*-
|
||||
;;; init-startup.el --- startup settings -*- lexical-binding: t -*-
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; mac自动全屏
|
||||
(when *is-mac*
|
||||
@@ -66,3 +69,5 @@
|
||||
(add-hook 'org-mode-hook 'electric-pair-mode)
|
||||
|
||||
(provide 'init-startup)
|
||||
|
||||
;;; init-startup.el ends here
|
||||
|
||||
Reference in New Issue
Block a user