feature/snippets: autoload snippet-mode
This commit is contained in:
parent
3445cdeae3
commit
f1ac764ccb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
(def-package! yasnippet
|
(def-package! yasnippet
|
||||||
:commands (yas-minor-mode yas-minor-mode-on yas-expand yas-expand-snippet
|
:commands (yas-minor-mode yas-minor-mode-on yas-expand yas-expand-snippet
|
||||||
yas-lookup-snippet yas-insert-snippet yas-new-snippet
|
yas-lookup-snippet yas-insert-snippet yas-new-snippet
|
||||||
yas-visit-snippet-file)
|
yas-visit-snippet-file snippet-mode)
|
||||||
:preface
|
:preface
|
||||||
(defvar yas-minor-mode-map (make-sparse-keymap))
|
(defvar yas-minor-mode-map (make-sparse-keymap))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue