diff options
author | Case Duckworth | 2021-10-06 11:17:23 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-06 11:17:23 -0500 |
commit | d054567cd1325c680b080a334728e7c6e1a59b7a (patch) | |
tree | 0ca4fff2a75130b51d4329b68af0c5ce81d15cee /init.el | |
parent | Fix bug and add bindings (diff) | |
download | emacs-d054567cd1325c680b080a334728e7c6e1a59b7a.tar.gz emacs-d054567cd1325c680b080a334728e7c6e1a59b7a.zip |
Remove circe highlight
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 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 |