diff options
author | Alan Pearce | 2023-07-09 08:18:37 +0200 |
---|---|---|
committer | Alan Pearce | 2023-07-13 19:43:14 +0200 |
commit | 722afe1c779ca56d776b1ce346a1541582838a09 (patch) | |
tree | 49139a74bdc6abce7273f7184c9872424931124b | |
parent | 92e147362d3724e0a98c1580f9630d06ca928947 (diff) | |
download | nixfiles-722afe1c779ca56d776b1ce346a1541582838a09.tar.lz nixfiles-722afe1c779ca56d776b1ce346a1541582838a09.tar.zst nixfiles-722afe1c779ca56d776b1ce346a1541582838a09.zip |
Emacs: use single-letter key bindings in embark
-rw-r--r-- | user/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el index 1c70fb53..e19f8eb1 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -262,7 +262,7 @@ With two prefix arguments, write out the day and month name." "M-." #'embark-dwim "C-h B" #'embark-bindings) :config (progn - (setq embark-prompter #'embark-completing-read-prompter) + (setq embark-prompter #'embark-keymap-prompter) (add-to-list 'display-buffer-alist '("\\`\\*Embark Collect \\(Live\\|Completions\\)\\*" nil |