Move common-lisp yasnippet package
This commit is contained in:
parent
32c5f15af6
commit
65c12f6edb
2 changed files with 3 additions and 3 deletions
|
@ -163,6 +163,3 @@
|
||||||
(use-package yasnippet
|
(use-package yasnippet
|
||||||
:init
|
:init
|
||||||
(yas-global-mode 1))
|
(yas-global-mode 1))
|
||||||
|
|
||||||
(use-package common-lisp-snippets
|
|
||||||
:after yasnippet)
|
|
||||||
|
|
|
@ -329,3 +329,6 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
||||||
(setq font-lock-defaults g-cl-font-lock-defaults))
|
(setq font-lock-defaults g-cl-font-lock-defaults))
|
||||||
|
|
||||||
(add-hook 'lisp-mode-hook 'g-init-lisp-font-lock))
|
(add-hook 'lisp-mode-hook 'g-init-lisp-font-lock))
|
||||||
|
|
||||||
|
(use-package common-lisp-snippets
|
||||||
|
:after yasnippet)
|
||||||
|
|
Loading…
Add table
Reference in a new issue