diff options
-rw-r--r-- | init.el | 9 |
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 _) |