Faster keystroke feedback + delete duplicates from history

This commit is contained in:
Tobias Ostner 2023-11-13 08:01:32 +01:00
parent 48e07cef43
commit 1a1fcc8d3d

View file

@ -233,7 +233,9 @@
frame-title-format nil frame-title-format nil
auto-window-vscroll nil auto-window-vscroll nil
bookmark-fringe-mark 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 (setq isearch-lazy-count t
lazy-count-prefix-format "(%s/%s) " lazy-count-prefix-format "(%s/%s) "