diff options
author | 2025-06-11 16:42:31 -0400 | |
---|---|---|
committer | 2025-06-11 16:42:31 -0400 | |
commit | ceb85474266d12ce3a3bbdc431ad05bf8017dbbc (patch) | |
tree | 15624510c277617a7b196db5971eb82542553813 /.emacs.d/lisp | |
parent | 1ce40af2f39ef2f4bb1b504704759c282feb601f (diff) | |
download | configs-ceb85474266d12ce3a3bbdc431ad05bf8017dbbc.tar.gz configs-ceb85474266d12ce3a3bbdc431ad05bf8017dbbc.tar.xz configs-ceb85474266d12ce3a3bbdc431ad05bf8017dbbc.zip |
Various updates
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/bandali-essentials.el | 2 | ||||
m--------- | .emacs.d/lisp/debian-el | 0 | ||||
m--------- | .emacs.d/lisp/dpkg-dev-el | 0 |
3 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. diff --git a/.emacs.d/lisp/debian-el b/.emacs.d/lisp/debian-el -Subproject a3ef20c269b9192710567571b20718f572942bc +Subproject bc36846aa2a185a580a7f06230b32d38459fb32 diff --git a/.emacs.d/lisp/dpkg-dev-el b/.emacs.d/lisp/dpkg-dev-el -Subproject af9aad721cb263e495e2f77df458e9496549c04 +Subproject 042404f71699a1cbc1377994eeecef261acf747 |