From 88b90ef3af19f1561208e226000b82e0f9acbe92 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 26 Aug 2021 16:03:50 -0500 Subject: [PATCH] Resort minibuffer options --- init.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 6d515e3..02cd850 100644 --- a/init.el +++ b/init.el @@ -655,10 +655,11 @@ like a dumbass." (apply fn args)))) (setup minibuffer - (:option minibuffer-prompt-properties - '(read-only t cursor-intangible t face minibuffer-prompt) - enable-recursive-minibuffers t + (:option enable-recursive-minibuffers t file-name-shadow-properties '(invisible t intangible t) + minibuffer-eldef-shorten-default t + minibuffer-prompt-properties + '(read-only t cursor-intangible t face minibuffer-prompt) read-answer-short t read-extended-command-predicate ; used on >28 #'command-completion-default-include-p)