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)))