Emacs: Delete history duplicate (in Helm, among others).

master
Pierre Neidhardt 2020-11-13 13:04:34 +01:00
parent 51b647b3cf
commit 582b264e83
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
url-history-track t
url-history-file (expand-file-name "url/history" user-emacs-directory)
;; History duplicates are useless (?) and annoying with recent Helm:
;; https://github.com/syl20bnr/spacemacs/issues/13564
history-delete-duplicates t
;; Timeout before echoing the prefix of an unfinished keystroke.
echo-keystrokes 0.5