Turn on minibuffer-depth-indicate-mode

This commit is contained in:
David Morgan 2021-08-18 15:21:14 +01:00
parent fc3fe82aec
commit 3999542507
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@
(setq minibuffer-prompt-properties
'(read-only t cursor-intangible t face minibuffer-prompt))
(add-hook 'minibuffer-setup-hook #'cursor-intangible-mode)
(setq enable-recursive-minibuffers t))
(setq enable-recursive-minibuffers t)
(minibuffer-depth-indicate-mode t))
;; orderless is used by corfu and vertico
(use-package orderless