diff options
author | Case Duckworth | 2021-09-30 23:45:09 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-30 23:45:09 -0500 |
commit | 722fdb5bf750e1808082a42b56c3542dcf0a88b2 (patch) | |
tree | 1435e3cdddb3ddb35a069be93e71b9013894bda9 | |
parent | Merge branch 'main' of https://tildegit.org/acdw/emacs (diff) | |
download | emacs-722fdb5bf750e1808082a42b56c3542dcf0a88b2.tar.gz emacs-722fdb5bf750e1808082a42b56c3542dcf0a88b2.zip |
Fix bug
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 7e517d6..ec2162a 100644 --- a/init.el +++ b/init.el | |||
@@ -1059,7 +1059,7 @@ specific to most general, they are these: | |||
1059 | #'enable-circe-new-day-notifier | 1059 | #'enable-circe-new-day-notifier |
1060 | #'circe-chat@set-prompt | 1060 | #'circe-chat@set-prompt |
1061 | #'topsy-mode)) | 1061 | #'topsy-mode)) |
1062 | (:bind "C-c C-s" #'circe-command-SLAP)) | 1062 | (:bind "C-c C-s" #'circe-command-SLAP) |
1063 | 1063 | ||
1064 | (autoload 'circe-nick-color-reset "circe-color-nicks") | 1064 | (autoload 'circe-nick-color-reset "circe-color-nicks") |
1065 | (add-hook 'modus-themes-after-load-theme-hook | 1065 | (add-hook 'modus-themes-after-load-theme-hook |