From d51beea88d300cb5066bb92a8148cad52fa1091d Mon Sep 17 00:00:00 2001 From: Sakamoto Date: Sun, 16 Aug 2026 15:34:00 -0500 Subject: update --- dot_config/emacs/lisp/embark-config.el | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dot_config/emacs/lisp/embark-config.el (limited to 'dot_config/emacs/lisp/embark-config.el') diff --git a/dot_config/emacs/lisp/embark-config.el b/dot_config/emacs/lisp/embark-config.el new file mode 100644 index 0000000..5d39e9d --- /dev/null +++ b/dot_config/emacs/lisp/embark-config.el @@ -0,0 +1,11 @@ +(use-package embark + :ensure t + :bind + (("C-." . embark-act) ;; Pick a target and choose an action + ("M-." . embark-dwim))) ;; "Do What I Mean" default action + +(use-package embark-consult + :ensure t + :after (embark consult)) + +(provide 'embark-config) -- cgit v1.2.3