Config: add lexical-binding: t to all files.

This commit is contained in:
User
2026-03-30 12:35:53 +08:00
parent 8e0d0a7551
commit 9499ebd704
13 changed files with 91 additions and 25 deletions

View File

@@ -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