Config: add lexical-binding: t to all files.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
;;; init-segmentation.el
|
||||
;;; -*- lexical-binding: t -*-
|
||||
;;; init-segmentation.el --- Chinese segmentation config -*- lexical-binding: t -*-
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; emacs-chinese-word-segmentation 配置
|
||||
(when *is-windows*
|
||||
@@ -40,3 +43,5 @@
|
||||
(define-key cns-mode-map (kbd "C-<backspace>") nil))
|
||||
|
||||
(provide 'init-segmentation)
|
||||
|
||||
;;; init-segmentation.el ends here
|
||||
|
||||
Reference in New Issue
Block a user