From f7a99d4002360fb0b19c59d88af129edde99181c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 9 Sep 2021 16:35:13 -0500 Subject: Try to get circe highlight to work again??? --- init.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'init.el') 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!!!" (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 _) -- cgit 1.4.1-21-gabe81