This commit is contained in:
Zelong Kuang
2025-12-16 08:23:57 +11:00
parent 1c47483c1c
commit cf25aae545
8 changed files with 43 additions and 5 deletions

View File

@@ -38,5 +38,8 @@
(let ((yas-buffer-local-condition ''(require-snippet-condition . auto)))
(yas-expand)))))
(setq-default abbrev-mode t)
(setq abbrev-file-name (expand-file-name "abbrev.el" user-emacs-directory))
(provide 'init-edit)