summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-09 16:35:13 -0500
committerCase Duckworth2021-09-09 16:35:13 -0500
commitf7a99d4002360fb0b19c59d88af129edde99181c (patch)
tree1e16fcee800ed4ef8b50be8b7677bacc8be5cfc4 /init.el
parentAdd TODOs (diff)
downloademacs-f7a99d4002360fb0b19c59d88af129edde99181c.tar.gz
emacs-f7a99d4002360fb0b19c59d88af129edde99181c.zip
Try to get circe highlight to work again???
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/init.el b/init.el index e588dd5..da7cf59 100644 --- a/init.el +++ b/init.el
@@ -202,7 +202,7 @@ AKA, DO NOT USE THIS FUNCTION!!!"
202 (concat 202 (concat
203 (acdw-irc/margin-format (plist-get plist :nick) "-" " >" t) 203 (acdw-irc/margin-format (plist-get plist :nick) "-" " >" t)
204 " " (plist-get plist :body))) 204 " " (plist-get plist :body)))
205 circe-highlight-nick-type 'sender 205 ;; circe-highlight-nick-type 'message
206 circe-network-options 206 circe-network-options
207 `(("Libera Chat" 207 `(("Libera Chat"
208 :channels ("#emacs" "#systemcrafters" "##webpals") 208 :channels ("#emacs" "#systemcrafters" "##webpals")
@@ -223,10 +223,11 @@ AKA, DO NOT USE THIS FUNCTION!!!"
223 circe-reduce-lurker-spam t 223 circe-reduce-lurker-spam t
224 circe-server-auto-join-default-type :after-auth) 224 circe-server-auto-join-default-type :after-auth)
225 225
226 (:face circe-nick-highlight-face 226 ;; (:face circe-nick-highlight-face
227 ((t (:inherit (modus-themes-hl-line))))) 227 ;; ((t (:inherit (modus-themes-hl-line)))))
228 228
229 (:bind "C-c C-p" #'circe-command-PART) 229 (:bind "C-c C-p" #'circe-command-PART
230 "C-l" #'lui-track-jump-to-indicator)
230 231
231 (:advise circe-command-PART :after 232 (:advise circe-command-PART :after
232 (defun circe-part@kill-buffer (&rest _) 233 (defun circe-part@kill-buffer (&rest _)