mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
520561edb3
commit
c3fa0c4b5c
8 changed files with 95 additions and 80 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue