summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-09-30 23:45:09 -0500
committerCase Duckworth2021-09-30 23:45:09 -0500
commit722fdb5bf750e1808082a42b56c3542dcf0a88b2 (patch)
tree1435e3cdddb3ddb35a069be93e71b9013894bda9
parentMerge branch 'main' of https://tildegit.org/acdw/emacs (diff)
downloademacs-722fdb5bf750e1808082a42b56c3542dcf0a88b2.tar.gz
emacs-722fdb5bf750e1808082a42b56c3542dcf0a88b2.zip
Fix bug
-rw-r--r--init.el2
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