From 99c44a3c0efbc4f6210ed29ceac9621c18f80d05 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Fri, 22 Nov 2019 02:40:49 -0600 Subject: [PATCH] No kill ring duplicates!!!! --- custom.el | 2 ++ 1 file changed, 2 insertions(+) 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")