Fix last commit
This commit is contained in:
parent
5d09db86a0
commit
71fb77f758
2
init.el
2
init.el
@ -741,6 +741,7 @@ visual states."
|
|||||||
embark-indicators '(embark-minimal-indicator
|
embark-indicators '(embark-minimal-indicator
|
||||||
embark-isearch-highlight-indicator
|
embark-isearch-highlight-indicator
|
||||||
embark-highlight-indicator))
|
embark-highlight-indicator))
|
||||||
|
:config
|
||||||
(defvar-keymap my/embark-string-map
|
(defvar-keymap my/embark-string-map
|
||||||
:doc "Keymap for Embark string actions."
|
:doc "Keymap for Embark string actions."
|
||||||
:parent embark-expression-map
|
:parent embark-expression-map
|
||||||
@ -761,7 +762,6 @@ visual states."
|
|||||||
'("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*"
|
'("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*"
|
||||||
nil
|
nil
|
||||||
(window-parameters (mode-line-format . none))))
|
(window-parameters (mode-line-format . none))))
|
||||||
:config
|
|
||||||
(evil-define-key '(normal motion) org-mode-map
|
(evil-define-key '(normal motion) org-mode-map
|
||||||
(kbd "C-,") #'embark-act))
|
(kbd "C-,") #'embark-act))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user