diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-09 14:33:49 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-09 14:33:49 -0500 |
commit | 34fc3c29aacc20e306d8235e10a6437fb1f221ef (patch) | |
tree | b9aa92f54d92cac8f4c54a2525834f5720591683 | |
parent | 6f6bbd019f74b5f66dcb92700c67ef944fc295e5 (diff) | |
download | configs-34fc3c29aacc20e306d8235e10a6437fb1f221ef.tar.gz configs-34fc3c29aacc20e306d8235e10a6437fb1f221ef.tar.xz configs-34fc3c29aacc20e306d8235e10a6437fb1f221ef.zip |
[emacs/bbdb] disable bbdb tab completion in message-mode
i already use company-bbdb. also, use bbdb-initialize instead of
bbdb-insinuate-*.
-rw-r--r-- | init.org | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2345,9 +2345,10 @@ I tried using =borg-elpa= instead of doing it like this, but it added :load-path "lisp/bbdb" :init (load (expand-file-name "lisp/bbdb/bbdb-autoloads.el" user-emacs-directory)) - (bbdb-mua-auto-update-init 'message) - (setq bbdb-mua-auto-update-p 'query) - (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)) + ;; (bbdb-mua-auto-update-init 'message) + (setq bbdb-mua-auto-update-p 'query + bbdb-complete-mail nil) + (bbdb-initialize 'gnus 'message)) #+end_src ** COMMENT message-x |