diff options
Diffstat (limited to '.emacs.d/lisp/bandali-essentials.el')
-rw-r--r-- | .emacs.d/lisp/bandali-essentials.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/bandali-essentials.el b/.emacs.d/lisp/bandali-essentials.el index 27e1836..ff32cc9 100644 --- a/.emacs.d/lisp/bandali-essentials.el +++ b/.emacs.d/lisp/bandali-essentials.el @@ -46,6 +46,8 @@ ;; I don't feel like randomly jumping out of my chair. ring-bell-function 'ignore) +(minibuffer-depth-indicate-mode 1) + ;; Mode-line compacting for older Emacsen. (when (and (version< emacs-version "28") mode-line-compact) ;; Manually make some `mode-line' spaces smaller. |