diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/init.el b/init.el index a9da4d4..aadf54a 100644 --- a/init.el +++ b/init.el | |||
@@ -180,7 +180,9 @@ | |||
180 | (- +circe-left-margin 2)) | 180 | (- +circe-left-margin 2)) |
181 | " ")) | 181 | " ")) |
182 | 182 | ||
183 | (:option +circe-network-inhibit-autoconnect _circe-network-inhibit-autoconnect | 183 | (:option +circe-server-buffer-action (lambda (buf) |
184 | (message "Connected to %s" buf)) | ||
185 | +circe-network-inhibit-autoconnect _circe-network-inhibit-autoconnect | ||
184 | circe-network-options _circe-network-options | 186 | circe-network-options _circe-network-options |
185 | circe-color-nicks-everywhere t | 187 | circe-color-nicks-everywhere t |
186 | circe-default-part-message "See You, Space Cowpokes . . ." | 188 | circe-default-part-message "See You, Space Cowpokes . . ." |
@@ -383,7 +385,6 @@ | |||
383 | "<help> k" 'helpful-key | 385 | "<help> k" 'helpful-key |
384 | "C-c C-d" 'helpful-at-point)) | 386 | "C-c C-d" 'helpful-at-point)) |
385 | 387 | ||
386 | |||
387 | (setup (:straight (hippie-completing-read | 388 | (setup (:straight (hippie-completing-read |
388 | :host github | 389 | :host github |
389 | :repo "duckwork/hippie-completing-read")) | 390 | :repo "duckwork/hippie-completing-read")) |