From 3d7fd0f224aa0cfe1dcc17e2239ae30398978f1b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 28 Feb 2022 09:39:24 -0600 Subject: Add clean-kill-ring --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 7445d60..bcf2daa 100644 --- a/init.el +++ b/init.el @@ -1106,6 +1106,13 @@ They are completed by \"M-x TAB\" only in Tramp debug buffers." (add-hook 'modus-themes-after-load-theme-hook #'circe-nick-color-reset)) (add-hook 'kill-emacs-hook #'+circe-quit-all@kill-emacs)) +(setup (:straight (clean-kill-ring + :host github + :repo "NicholasBHubbard/clean-kill-ring.el")) + (:require) + (:option clean-kill-ring-prevent-duplicates t) + (clean-kill-ring-mode +1)) + (setup (:straight clhs)) (setup (:straight consult) -- cgit 1.4.1-21-gabe81