emacs: add embark
This commit is contained in:
parent
1ea1c00aeb
commit
2b35ed7e76
1 changed files with 4 additions and 0 deletions
4
emacs.el
4
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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue