diff --git a/custom.el b/custom.el index 4619626..025f210 100644 --- a/custom.el +++ b/custom.el @@ -10,6 +10,8 @@ '(backup-directory-alist (quote ((".*" . "~/.emacs.d/backup")))) + '(browse-kill-ring-display-duplicates + nil) '(company-show-numbers t) '(delete-by-moving-to-trash t) '(dired-listing-switches "-alh")