emacs: add embark

This commit is contained in:
joachimschmidt557 2022-08-07 20:38:14 +02:00
parent 1ea1c00aeb
commit 2b35ed7e76
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

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