diff options
author | Case Duckworth | 2021-10-14 20:34:26 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-14 20:34:26 -0500 |
commit | 2962eca9df40ca1363605382b2f192f7b7f22b76 (patch) | |
tree | 5d808f99fa62a3caaf22c5671f5d47360c6ab056 | |
parent | Fix circe-current-topic (diff) | |
download | emacs-2962eca9df40ca1363605382b2f192f7b7f22b76.tar.gz emacs-2962eca9df40ca1363605382b2f192f7b7f22b76.zip |
Reënable circe-chat@set-prompt
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 32bf170..e015729 100644 --- a/init.el +++ b/init.el | |||
@@ -1227,7 +1227,7 @@ specific to most general, they are these: | |||
1227 | #'enable-circe-color-nicks | 1227 | #'enable-circe-color-nicks |
1228 | ;; #'enable-circe-display-images | 1228 | ;; #'enable-circe-display-images |
1229 | #'enable-circe-new-day-notifier | 1229 | #'enable-circe-new-day-notifier |
1230 | ;; #'circe-chat@set-prompt | 1230 | #'circe-chat@set-prompt |
1231 | #'topsy-mode)) | 1231 | #'topsy-mode)) |
1232 | (:bind "C-c C-s" #'circe-command-SLAP) | 1232 | (:bind "C-c C-s" #'circe-command-SLAP) |
1233 | 1233 | ||