Re-enable M-. binding for embark-dwim

This commit is contained in:
David Morgan 2021-09-04 16:08:03 +01:00
parent f39ad1ef97
commit 5ed427cbd3
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@
:bind
(("C-," . embark-act)
("C-." . embark-dwim)
("M-." . embark-dwim)
("C-c C-o" . embark-export)
("C-h b" . embark-bindings)
("C-h B" . describe-bindings)