about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-kill.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-kill.el')
-rw-r--r--.emacs.d/lisp/init-kill.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-kill.el b/.emacs.d/lisp/init-kill.el
index 37103e3..d72f776 100644
--- a/.emacs.d/lisp/init-kill.el
+++ b/.emacs.d/lisp/init-kill.el
@@ -16,6 +16,7 @@
   (:map easy-kill-base-map ("C-=" . easy-kill-expand)))
 
 (use-feature emacs
+  :custom (kill-do-not-save-duplicates t)
   :hook
   (elpaca-after-init . (lambda ()
                          ;; Based on code in prelude-editor.el