From 6ab62f8037ce1136a4d7c654199b5d40095205ed Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 24 Nov 2024 23:26:05 -0500 Subject: hl-line in prog/text mode only, remove redundant rcirc mode string --- .config/emacs/modules/bd--irc.el | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to '.config/emacs/modules/bd--irc.el') diff --git a/.config/emacs/modules/bd--irc.el b/.config/emacs/modules/bd--irc.el index 6b7a2b1..004314a 100644 --- a/.config/emacs/modules/bd--irc.el +++ b/.config/emacs/modules/bd--irc.el @@ -9,7 +9,7 @@ :hook ((rcirc-mode . (lambda () (setopt fill-column-desired-width 80) - (rcirc-mode . fill-column-mode) + (fill-column-mode) (rcirc-omit-mode)))) :custom (rcirc-fill-column 80) @@ -22,13 +22,7 @@ :nick "Gondul" :user-name "Gondul" :port 6697 - :encryption tls))) - ;; for tab-bar - :config - (defvar-local bd/irc-status - '(:eval - rcirc-activity-string)) - (add-to-list 'global-mode-string bd/irc-status)) + :encryption tls)))) (provide 'bd--irc) -- cgit v1.2.3