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-elpa.el
;;; -*- lexical-binding: t -*-
;;; init-elpa.el --- elpa config -*- lexical-binding: t -*-
;;; Commentary:
;;; Code:
;; Clash 代理配置
(setq url-proxy-services
@@ -47,3 +50,5 @@
:hook (after-init . benchmark-init/deactivate))
(provide 'init-elpa)
;;; init-elpa.el ends here