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.
This commit is contained in:
Daniel - 2023-02-18 12:08:06 +01:00
parent c5f1e98bf8
commit 0c2a30a8c2
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 4 additions and 0 deletions

View File

@ -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)