# HG changeset patch # User Oleksandr Gavenko # Date 1487598982 -7200 # Node ID cf1175a9cd7bf5d30fce21129f2012e3e45024d6 # Parent ba6632e1f2f8cdfd18f339a18bc3ceb1df33fb3d I do not need duplicates in minibuffer history. diff -r ba6632e1f2f8 -r cf1175a9cd7b .emacs-my --- a/.emacs-my Mon Feb 20 15:52:38 2017 +0200 +++ b/.emacs-my Mon Feb 20 15:56:22 2017 +0200 @@ -659,6 +659,7 @@ ;; Default 'command-history' length too short (in Emacs 23.2 is 30). (setq history-length 200) +(setq history-delete-duplicates t) ;; Don't beep in my headphones! (setq ring-bell-function '(lambda () "Empty ring-bell-function." nil))