From 0c2a30a8c21f7666bd97f4faa0503a052bb5be48 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 18 Feb 2023 12:08:06 +0100 Subject: [PATCH] Add additional information for detaul completion Only the value for `completions-detailed` is non-default, the rest has only been included for reference's sake. Note that these configurations currently do not effect, as ivy and counsel do not honor them. --- init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.el b/init.el index 8ebf593..fd965d2 100644 --- a/init.el +++ b/init.el @@ -420,6 +420,10 @@ face minibuffer-prompt cursor-intangible t)) +(setq suggest-key-bindings t + extended-command-suggest-shorter t + completions-detailed t) + ;; Make M-v undo C-v (setq scroll-preserve-screen-position 'always)