feature/snippets: use default yas-snippet-dirs (harmless)
This is often overwritten by other modules anyway.
This commit is contained in:
parent
dcfa05da11
commit
3708d76f51
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@
|
|||
(defvar yas-minor-mode-map (make-sparse-keymap))
|
||||
|
||||
:init
|
||||
(setq yas-snippet-dirs '(yas-installed-snippets-dir))
|
||||
|
||||
;; Ensure `yas-reload-all' is called as late as possible. Other modules could
|
||||
;; have additional configuration for yasnippet. For example, file-templates.
|
||||
(add-transient-hook! 'yas-minor-mode-hook (yas-reload-all))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue