about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-30 23:16:51 -0500
committerCase Duckworth2021-09-30 23:16:51 -0500
commitb7b43e326a356e66aa603d989c5b3df6c1e0b0b5 (patch)
tree2bbee483120034b5e580e204ea0d4bf7f15e87a7 /init.el
parentAdd #emacsconf-org to list of autojoined channels (diff)
downloademacs-b7b43e326a356e66aa603d989c5b3df6c1e0b0b5.tar.gz
emacs-b7b43e326a356e66aa603d989c5b3df6c1e0b0b5.zip
Hook more things into circe
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 6 insertions, 2 deletions
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:
1057 #'enable-circe-color-nicks 1057 #'enable-circe-color-nicks
1058 ;; #'enable-circe-display-images 1058 ;; #'enable-circe-display-images
1059 #'enable-circe-new-day-notifier 1059 #'enable-circe-new-day-notifier
1060 #'circe-chat@set-prompt)) 1060 #'circe-chat@set-prompt
1061 #'topsy-mode))
1061 1062
1062 (autoload 'circe-nick-color-reset "circe-color-nicks") 1063 (autoload 'circe-nick-color-reset "circe-color-nicks")
1063 (add-hook 'modus-themes-after-load-theme-hook 1064 (add-hook 'modus-themes-after-load-theme-hook
@@ -1065,13 +1066,16 @@ specific to most general, they are these:
1065 1066
1066 (:with-mode lui-mode 1067 (:with-mode lui-mode
1067 (:option lui-fill-column (+ fill-column acdw-irc/left-margin) 1068 (:option lui-fill-column (+ fill-column acdw-irc/left-margin)
1068 lui-fill-type (repeat-string acdw-irc/left-margin " ") 1069 lui-fill-type nil ;;(repeat-string acdw-irc/left-margin " ")
1069 lui-time-stamp-position 'right-margin 1070 lui-time-stamp-position 'right-margin
1070 lui-time-stamp-format "%H:%M" 1071 lui-time-stamp-format "%H:%M"
1071 lui-track-behavior 'before-switch-to-buffer 1072 lui-track-behavior 'before-switch-to-buffer
1072 lui-track-indicator 'fringe 1073 lui-track-indicator 'fringe
1073 lui-fill-remove-face-from-newline nil) 1074 lui-fill-remove-face-from-newline nil)
1074 1075
1076 (:hook #'visual-fill-column-mode
1077 #'visual-line-mode)
1078
1075 (:local-set fringes-outside-margins t 1079 (:local-set fringes-outside-margins t
1076 right-margin-width 5 1080 right-margin-width 5
1077 scroll-margin 0 1081 scroll-margin 0