From 65c12f6edb4a08c9bc735653ba261df85977a627 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 21 Mar 2024 14:11:03 +0100 Subject: [PATCH] Move common-lisp yasnippet package --- bundle/bundle--gui.el | 3 --- bundle/bundle--lisp.el | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) 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)