diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 7 |
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) |