Config: add lexical-binding: t to all files.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
;;; init-ui.el
|
||||
;;; -*- lexical-binding: t -*-
|
||||
;;; init-ui.el --- ui and other style customization cofig -*- lexical-binding: t -*-
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; 设置系统编码
|
||||
(when (fboundp 'set-charset-priority)
|
||||
@@ -120,3 +123,5 @@
|
||||
(cnfonts--select-profile "profile1"))
|
||||
|
||||
(provide 'init-ui)
|
||||
|
||||
;;; init-ui.el ends here
|
||||
|
||||
Reference in New Issue
Block a user