Disable jabber.el

This commit is contained in:
contrapunctus 2022-01-13 21:38:48 +05:30
parent ebd40d8d8f
commit 3e3392fda6
1 changed files with 3 additions and 2 deletions

View File

@ -1729,11 +1729,12 @@ Ask for confirmation before saving cookies. I'd rather just disallow them all th
:config
(add-to-list 'boon-special-mode-list 'elfeed-show-mode)
(add-to-list 'boon-special-mode-list 'elfeed-search-mode))
#+END_SRC
*** jabber
*** jabber :disabled:
#+BEGIN_SRC emacs-lisp
(use-package jabber
:disabled t
:load-path "~/.emacs.d/elisp-git/emacs-jabber-wgreenhouse/"
:commands jabber-connect
:config (global-unset-key (kbd "C-x C-j"))