From b7b43e326a356e66aa603d989c5b3df6c1e0b0b5 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 30 Sep 2021 23:16:51 -0500 Subject: Hook more things into circe --- init.el | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index a9377d9..62d46f8 100644 --- a/init.el +++ b/init.el @@ -1057,7 +1057,8 @@ specific to most general, they are these: #'enable-circe-color-nicks ;; #'enable-circe-display-images #'enable-circe-new-day-notifier - #'circe-chat@set-prompt)) + #'circe-chat@set-prompt + #'topsy-mode)) (autoload 'circe-nick-color-reset "circe-color-nicks") (add-hook 'modus-themes-after-load-theme-hook @@ -1065,13 +1066,16 @@ specific to most general, they are these: (:with-mode lui-mode (:option lui-fill-column (+ fill-column acdw-irc/left-margin) - lui-fill-type (repeat-string acdw-irc/left-margin " ") + lui-fill-type nil ;;(repeat-string acdw-irc/left-margin " ") lui-time-stamp-position 'right-margin lui-time-stamp-format "%H:%M" lui-track-behavior 'before-switch-to-buffer lui-track-indicator 'fringe lui-fill-remove-face-from-newline nil) + (:hook #'visual-fill-column-mode + #'visual-line-mode) + (:local-set fringes-outside-margins t right-margin-width 5 scroll-margin 0 -- cgit 1.4.1-21-gabe81