Skip to content

Commit

Permalink
my-basic-modes: embark should be a global binding
Browse files Browse the repository at this point in the history
  • Loading branch information
stsquad committed Oct 5, 2023
1 parent debc6b6 commit 76859cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions my-basic-modes.el
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,8 @@
(use-package embark
:ensure t
:bind
(:map minibuffer-mode-map
("C-." . embark-act) ;; pick some comfortable binding
("C-;" . embark-dwim) ;; good alternative: M-.
(("C-c C-." . embark-act) ;; pick some comfortable binding
("C-c C-;" . embark-dwim) ;; good alternative: M-.
("C-h B" . embark-bindings)) ;; alternative for `describe-bindings'

:init
Expand Down

0 comments on commit 76859cd

Please sign in to comment.