diff options
author | noa@gaiwan.org | 2024-06-12 23:31:14 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-12 23:31:14 +0000 |
commit | 86b70f714b0a79dd269bd106f65ad133b2374ff9 (patch) | |
tree | d9aa27fb2f82aff5f8065b2c1495bc92dd3c60e8 | |
parent | be42799b084e8fb936eb973dceadf6966dd71cba (diff) |
Fix wrong variable name in jabber configuration
-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 |