From b7295426c95bf968288bb6ead2db416a71ec4d3e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 9 Jan 2022 20:52:07 -0600 Subject: Weekend, babee --- lisp/+embark.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/+embark.el') diff --git a/lisp/+embark.el b/lisp/+embark.el index 3900492..e66d4b3 100644 --- a/lisp/+embark.el +++ b/lisp/+embark.el @@ -7,7 +7,6 @@ ;;; Code: (require 'embark) -(require 'marginalia) (embark-define-keymap embark-straight-map ("u" straight-visit-package-website) @@ -22,7 +21,8 @@ (add-to-list 'embark-keymap-alist '(straight . embark-straight-map)) -(add-to-list 'marginalia-prompt-categories '("recipe\\|package" . straight)) +(with-eval-after-load 'marginalia + (add-to-list 'marginalia-prompt-categories '("recipe\\|package" . straight))) (provide '+embark) ;;; +embark.el ends here -- cgit 1.4.1-21-gabe81