diff --git a/bundle/bundle--gui.el b/bundle/bundle--gui.el index c1c54ca0..fc69ca65 100644 --- a/bundle/bundle--gui.el +++ b/bundle/bundle--gui.el @@ -163,6 +163,3 @@ (use-package yasnippet :init (yas-global-mode 1)) - -(use-package common-lisp-snippets - :after yasnippet) diff --git a/bundle/bundle--lisp.el b/bundle/bundle--lisp.el index bfabf546..c190b368 100644 --- a/bundle/bundle--lisp.el +++ b/bundle/bundle--lisp.el @@ -329,3 +329,6 @@ Uses `mk/hyperspec-dir-locations' to find the directory." (setq font-lock-defaults g-cl-font-lock-defaults)) (add-hook 'lisp-mode-hook 'g-init-lisp-font-lock)) + +(use-package common-lisp-snippets + :after yasnippet)