diff options
author | 2018-12-23 00:20:54 -0500 | |
---|---|---|
committer | 2018-12-23 00:20:54 -0500 | |
commit | 59937519c5cf62fa7a6b83ff4a5f8f236449ae68 (patch) | |
tree | 0f2292d5d1d849d6e199f258383e6e35eb67593c /init.org | |
parent | 66075b3deb7af9ce375f4655571eaea5d7bdae35 (diff) | |
download | configs-59937519c5cf62fa7a6b83ff4a5f8f236449ae68.tar.gz configs-59937519c5cf62fa7a6b83ff4a5f8f236449ae68.tar.xz configs-59937519c5cf62fa7a6b83ff4a5f8f236449ae68.zip |
[emacs] remove bbdb — using ebdb now
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 33 |
1 files changed, 0 insertions, 33 deletions
@@ -2139,39 +2139,6 @@ Convenient footnotes in =message-mode=. ;; :after ebdb) #+end_src -** COMMENT bbdb - -Manually install bbdb (=lisp/bbdb= copied from an ELPA-based setup), -because installing it from source on Emacs 27 using the following -submodule configuration for some reason doesn’t work and results in -very strange errors when using any of the functions. - -#+begin_src conf :tangle no -[submodule "bbdb"] - path = lib/bbdb - url = https://git.savannah.nongnu.org/git/bbdb.git - load-path = lisp - info-path = doc - build-step = ./autogen.sh - build-step = ./configure - build-step = make - build-step = make install -#+end_src - -I tried using =borg-elpa= instead of doing it like this, but it added -2 seconds to my startup time, which is unacceptable to me. - -#+begin_src emacs-lisp -(use-package bbdb - :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 - bbdb-complete-mail nil) - (bbdb-initialize 'gnus 'message)) -#+end_src - ** COMMENT message-x #+begin_src emacs-lisp |