From 1a1fcc8d3de65b7f65c1085b1507315a95e83636 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Mon, 13 Nov 2023 08:01:32 +0100 Subject: [PATCH] Faster keystroke feedback + delete duplicates from history --- .emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d53314a..30a027c 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -233,7 +233,9 @@ frame-title-format nil auto-window-vscroll nil bookmark-fringe-mark nil - tab-always-indent 'complete) + tab-always-indent 'complete + echo-keystrokes 0.1 + history-delete-duplicates t) (setq isearch-lazy-count t lazy-count-prefix-format "(%s/%s) "