[jabber] enable package and Carbons; add account

This commit is contained in:
contrapunctus 2021-04-09 14:10:00 +05:30
parent c3010ec944
commit a3fa9602c0
1 changed files with 5 additions and 3 deletions

View File

@ -743,16 +743,18 @@ Ask for confirmation before saving cookies. I'd rather just disallow them all th
(add-to-list 'boon-special-mode-list 'elfeed-search-mode))
#+END_SRC
**** jabber :disabled:
**** jabber
#+BEGIN_SRC emacs-lisp
(use-package jabber
:disabled
:load-path "/home/anon/.emacs.d/elisp-git/emacs-jabber-wgreenhouse/"
: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))
jabber-alert-presence-message-function nil
jabber-account-list '(("contrapunctus@jabjab.de")))
(add-to-list 'jabber-post-connect-hooks 'jabber-enable-carbons))
#+END_SRC
*** sxiv
#+BEGIN_SRC emacs-lisp