From 2b35ed7e76a656fb6fd4884bd0f6dbfa8ed4c96e Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Sun, 7 Aug 2022 20:38:14 +0200 Subject: [PATCH] emacs: add embark --- emacs.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs.el b/emacs.el index 8dbcf79..dd069bd 100644 --- a/emacs.el +++ b/emacs.el @@ -72,6 +72,7 @@ (straight-use-package 'selectrum) (straight-use-package 'consult) (straight-use-package 'marginalia) +(straight-use-package 'embark) (straight-use-package 'company) (straight-use-package 'lsp-mode) (straight-use-package 'speed-type) @@ -184,3 +185,6 @@ :config (editorconfig-mode 1) :delight) + +(use-package embark + :bind (("C-M-x" . embark-act)))