Try to get circe highlight to work again???

This commit is contained in:
Case Duckworth 2021-09-09 16:35:13 -05:00
parent de941c3c6e
commit f7a99d4002
1 changed files with 5 additions and 4 deletions

View File

@ -202,7 +202,7 @@ AKA, DO NOT USE THIS FUNCTION!!!"
(concat
(acdw-irc/margin-format (plist-get plist :nick) "-" " >" t)
" " (plist-get plist :body)))
circe-highlight-nick-type 'sender
;; circe-highlight-nick-type 'message
circe-network-options
`(("Libera Chat"
:channels ("#emacs" "#systemcrafters" "##webpals")
@ -223,10 +223,11 @@ AKA, DO NOT USE THIS FUNCTION!!!"
circe-reduce-lurker-spam t
circe-server-auto-join-default-type :after-auth)
(:face circe-nick-highlight-face
((t (:inherit (modus-themes-hl-line)))))
;; (:face circe-nick-highlight-face
;; ((t (:inherit (modus-themes-hl-line)))))
(:bind "C-c C-p" #'circe-command-PART)
(:bind "C-c C-p" #'circe-command-PART
"C-l" #'lui-track-jump-to-indicator)
(:advise circe-command-PART :after
(defun circe-part@kill-buffer (&rest _)