enable embark-act on C-. conflicting with evil
This commit is contained in:
parent
9407acbc41
commit
31ec2ec412
1 changed files with 3 additions and 3 deletions
6
init.org
6
init.org
|
@ -1119,11 +1119,11 @@ This enables direnv globally.
|
||||||
|
|
||||||
** Configure Embark
|
** Configure Embark
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp :tangle no
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package embark
|
(use-package embark
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind
|
:bind
|
||||||
(("C-m" . embark-act)
|
(("C-." . embark-act)
|
||||||
("C-;" . embark-dwim)
|
("C-;" . embark-dwim)
|
||||||
("C-h B" . embark-bindings))
|
("C-h B" . embark-bindings))
|
||||||
:config
|
:config
|
||||||
|
@ -1132,7 +1132,7 @@ This enables direnv globally.
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+RESULTS:
|
#+RESULTS:
|
||||||
: [nil 26384 64829 513923 nil elpaca-process-queues nil nil 691000 nil]
|
: [nil 26482 38660 809617 nil elpaca-process-queues nil nil 672000 nil]
|
||||||
|
|
||||||
** Configure Helpful
|
** Configure Helpful
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue