[oni-core] Remove duplicate entries from history
This commit is contained in:
parent
0d12314877
commit
fac5c04ce5
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 2022.1113.165518
|
;; Version: 2022.1113.165538
|
||||||
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr)
|
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview mixed-pitch ace-window vertico marginalia orderless consult embark docstr)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -153,6 +153,9 @@ _s_: String list"
|
||||||
(setq inhibit-startup-screen t)
|
(setq inhibit-startup-screen t)
|
||||||
(setq electric-pair-skip-whitespace 'chomp)
|
(setq electric-pair-skip-whitespace 'chomp)
|
||||||
(setq fit-window-to-buffer-horizontally t)
|
(setq fit-window-to-buffer-horizontally t)
|
||||||
|
;; Discovered through
|
||||||
|
;; https://github.com/novoid/dot-emacs/blob/23c28944f1991c636ea71ec7d5c3d266e6dbeb8a/config.org#deletes-duplicate-entries-of-the-history-of-the-minibuffer
|
||||||
|
(setq history-delete-duplicates t)
|
||||||
|
|
||||||
;; (setq dashboard-footer-messages
|
;; (setq dashboard-footer-messages
|
||||||
;; '("Play more in order to learn more"
|
;; '("Play more in order to learn more"
|
||||||
|
|
Loading…
Reference in a new issue