summaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-11-07 22:01:32 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-11-07 22:01:32 +0100
commit07e16d21090cb079e673e8f417a565d9703c21a1 (patch)
treef43d04fe5b0631ebac900673d83625bfcc436e11 /.config/emacs/init.el
parent931f7954c4e989ea74747045319d050e6947d8ab (diff)
emacs: Various small tweaks
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 6c72ae0..a48208f 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -175,6 +175,7 @@ buffer suppressed."
(duplicate-region-final-position -1)
(echo-keystrokes 0.01) ; 0 disables echoing
(echo-keystrokes-help nil)
+ (extended-command-suggest-shorter nil)
(help-window-select t)
(initial-buffer-choice t)
(initial-scratch-message mm-initial-scratch-message)