diff options
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index db6d576..1f97d04 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -137,7 +137,7 @@ and when JID is not in `jabber-activity-banned'." (jabber-history-enabled t) (jabber-account-list '(("noa@hmm.st"))) (jabber-keepalive-interval 60) - (noa/jabber-activity-show-p #'noa/jabber-activity-show-p) + (jabber-activity-show-p #'noa/jabber-activity-show-p) ) (use-package nov |