diff options
Diffstat (limited to 'user')
-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 |