|
|
@ -1393,8 +1393,8 @@ Maybe add [[https://github.com/hlissner/emacs-company-dict][company-dict]]? It's |
|
|
|
:defer t |
|
|
|
:diminish yas-minor-mode |
|
|
|
:init |
|
|
|
(setq yas-snippet-dirs (concat PATH_USER_GLOBAL "snippets")) |
|
|
|
(yas-global-mode t) |
|
|
|
(setq yas-snippet-dirs (concat PATH_USER_GLOBAL "snippets")) |
|
|
|
:mode ("\\.yasnippet" . snippet-mode) |
|
|
|
; :config |
|
|
|
; (yas-reload-all) ;; ensure snippets are updated and available, necessary when not using global-mode |
|
|
|