Faster keystroke feedback + delete duplicates from history
This commit is contained in:
parent
48e07cef43
commit
1a1fcc8d3d
1 changed files with 3 additions and 1 deletions
|
|
@ -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) "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue