Clean up + refactor
This commit is contained in:
parent
2e702b260e
commit
844039b99b
10 changed files with 215 additions and 271 deletions
|
@ -3,7 +3,7 @@
|
|||
;; see lib/yasnippet-macros.el
|
||||
|
||||
(use-package yasnippet
|
||||
:mode (("emacs\\.d/snippets/.+$" . snippet-mode))
|
||||
:mode ("emacs\\.d/private/\\(snippets\\|templates\\)/.+$" . snippet-mode)
|
||||
:diminish (yas-minor-mode . "Y")
|
||||
:commands (yas-minor-mode
|
||||
yas-minor-mode-on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue