jabber.el - add basic configuration

This commit is contained in:
contrapunctus 2019-11-02 22:40:11 +05:30
parent dfe879662f
commit 6103843cbb
1 changed files with 7 additions and 1 deletions

View File

@ -638,7 +638,13 @@ and eval it."
(use-package jabber
:disabled
:config (global-unset-key (kbd "C-x C-j")))
:commands jabber-connect
:config (global-unset-key (kbd "C-x C-j"))
(global-set-key (kbd "C-x C-j") 'join-line)
(setq jabber-history-enabled t
jabber-history-muc-enabled t
jabber-alert-presence-message-function nil))
(use-package magit
:bind (("<f5> m" . #'magit-status)
:map magit-status-mode-map