summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-02-28 09:39:24 -0600
committerCase Duckworth2022-02-28 09:39:24 -0600
commit3d7fd0f224aa0cfe1dcc17e2239ae30398978f1b (patch)
tree3fb5a22c4bf4ff0518f8bdb282b1812154891a4c /init.el
parentHook hl-line-mode on timer-list (diff)
downloademacs-3d7fd0f224aa0cfe1dcc17e2239ae30398978f1b.tar.gz
emacs-3d7fd0f224aa0cfe1dcc17e2239ae30398978f1b.zip
Add clean-kill-ring
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 7 insertions, 0 deletions
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."
1106 (add-hook 'modus-themes-after-load-theme-hook #'circe-nick-color-reset)) 1106 (add-hook 'modus-themes-after-load-theme-hook #'circe-nick-color-reset))
1107 (add-hook 'kill-emacs-hook #'+circe-quit-all@kill-emacs)) 1107 (add-hook 'kill-emacs-hook #'+circe-quit-all@kill-emacs))
1108 1108
1109(setup (:straight (clean-kill-ring
1110 :host github
1111 :repo "NicholasBHubbard/clean-kill-ring.el"))
1112 (:require)
1113 (:option clean-kill-ring-prevent-duplicates t)
1114 (clean-kill-ring-mode +1))
1115
1109(setup (:straight clhs)) 1116(setup (:straight clhs))
1110 1117
1111(setup (:straight consult) 1118(setup (:straight consult)