minor fix

This commit is contained in:
js0ny 2025-03-18 09:08:16 +00:00
parent 520561edb3
commit c3fa0c4b5c
8 changed files with 95 additions and 80 deletions

View file

@ -79,6 +79,8 @@
(lambda (orig-fn &rest args)
(let ((inhibit-field-text-motion t)) ;; 禁止字段自动换行
(apply orig-fn args))))
(yas-reload-all))
(setq yas-snippet-dirs '("~/.dotfiles/tools/doom/snippets/"))
(yas-reload-all)
)
(provide 'init-edit)