diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/init.el b/init.el index b376d55..c68ea1e 100644 --- a/init.el +++ b/init.el | |||
@@ -1178,8 +1178,13 @@ specific to most general, they are these: | |||
1178 | ;; circe-my-message-face | 1178 | ;; circe-my-message-face |
1179 | ;; ((t (:inherit (modus-themes-slant)))) | 1179 | ;; ((t (:inherit (modus-themes-slant)))) |
1180 | )) | 1180 | )) |
1181 | |||
1182 | (with-eval-after-load 'topsy | ||
1183 | (:option (append topsy-mode-functions) | ||
1184 | '(circe-channel-mode . circe-current-topic))) | ||
1181 | 1185 | ||
1182 | (:bind "C-c C-p" #'circe-command-PART | 1186 | (:bind "C-c C-p" #'circe-command-PART |
1187 | "C-c C-t" #'circe-current-topic ; in acdw-circe.el | ||
1183 | "C-l" #'lui-track-jump-to-indicator | 1188 | "C-l" #'lui-track-jump-to-indicator |
1184 | "<C-return>" #'circe-chat@set-prompt) | 1189 | "<C-return>" #'circe-chat@set-prompt) |
1185 | 1190 | ||
@@ -1197,7 +1202,7 @@ specific to most general, they are these: | |||
1197 | (:bind "C-c C-s" #'circe-command-SLAP) | 1202 | (:bind "C-c C-s" #'circe-command-SLAP) |
1198 | 1203 | ||
1199 | (autoload 'circe-nick-color-reset "circe-color-nicks") | 1204 | (autoload 'circe-nick-color-reset "circe-color-nicks") |
1200 | (add-hook 'modus-themes-after-load-theme-hook | 1205 | (add-hook 'modus-themes-after-theme-hook |
1201 | #'circe-nick-color-reset) | 1206 | #'circe-nick-color-reset) |
1202 | 1207 | ||
1203 | (:with-mode lui-mode | 1208 | (:with-mode lui-mode |