mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lazy-load embark
This commit is contained in:
committed by
Itai Y. Efrat
parent
f4517d890f
commit
a0ff8d42c1
@ -43,9 +43,11 @@
|
||||
:after (consult flycheck))
|
||||
|
||||
(use-package! embark
|
||||
:defer t
|
||||
:init
|
||||
(define-key!
|
||||
"C-S-a" #'embark-act)
|
||||
;; TODO need to figure out what keybindings to put here
|
||||
(define-key! selectrum-minibuffer-map
|
||||
"C-c C-o" #'embark-export
|
||||
"C-c C-c" #'embark-act-noexit))
|
||||
|
Reference in New Issue
Block a user