diff options
-rw-r--r-- | init.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/init.el b/init.el index 546a05a..aac4e7c 100644 --- a/init.el +++ b/init.el | |||
@@ -1070,8 +1070,9 @@ specific to most general, they are these: | |||
1070 | (with-eval-after-load 'circe | 1070 | (with-eval-after-load 'circe |
1071 | (:face circe-nick-highlight-face | 1071 | (:face circe-nick-highlight-face |
1072 | ((t (:inherit (modus-themes-hl-line modus-themes-bold)))) | 1072 | ((t (:inherit (modus-themes-hl-line modus-themes-bold)))) |
1073 | circe-my-message-face | 1073 | ;; circe-my-message-face |
1074 | ((t (:inherit (modus-themes-slant)))))) | 1074 | ;; ((t (:inherit (modus-themes-slant)))) |
1075 | )) | ||
1075 | 1076 | ||
1076 | (:bind "C-c C-p" #'circe-command-PART | 1077 | (:bind "C-c C-p" #'circe-command-PART |
1077 | "C-l" #'lui-track-jump-to-indicator | 1078 | "C-l" #'lui-track-jump-to-indicator |