diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/init.el b/init.el index 5e06539..b65cd61 100644 --- a/init.el +++ b/init.el | |||
@@ -403,7 +403,8 @@ | |||
403 | (:option (append topsy-mode-functions) | 403 | (:option (append topsy-mode-functions) |
404 | '(circe-channel-mode . +circe-current-topic))) | 404 | '(circe-channel-mode . +circe-current-topic))) |
405 | 405 | ||
406 | (add-hook 'modus-themes-after-load-theme-hook 'circe-nick-color-reset) | 406 | (with-eval-after-load 'circe-color-nicks |
407 | (add-hook 'modus-themes-after-load-theme-hook 'circe-nick-color-reset)) | ||
407 | (add-hook 'kill-emacs-hook '+circe-quit-all@kill-emacs)) | 408 | (add-hook 'kill-emacs-hook '+circe-quit-all@kill-emacs)) |
408 | 409 | ||
409 | (setup (:straight consult) | 410 | (setup (:straight consult) |
@@ -828,14 +829,12 @@ See also `crux-reopen-as-root-mode'." | |||
828 | simple-modeline-segment-process | 829 | simple-modeline-segment-process |
829 | +modeline-text-scale | 830 | +modeline-text-scale |
830 | +modeline-minions | 831 | +modeline-minions |
831 | +modeline-major-mode))) | 832 | +modeline-major-mode |
833 | ))) | ||
832 | (simple-modeline-mode +1)) | 834 | (simple-modeline-mode +1)) |
833 | 835 | ||
834 | (setup (:straight smartscan) | 836 | (setup (:straight smartscan) |
835 | (smartscan-mode +1)) | 837 | (global-smartscan-mode +1)) |
836 | |||
837 | (setup (:straight smartscan) | ||
838 | (smartscan-mode +1)) | ||
839 | 838 | ||
840 | (setup (:straight ssh-config-mode) | 839 | (setup (:straight ssh-config-mode) |
841 | (:file-match (rx "/.ssh/config" eos) | 840 | (:file-match (rx "/.ssh/config" eos) |