mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] Configure BBDB
This commit is contained in:
parent
f443f47a02
commit
560d419684
2 changed files with 10 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
(depends-on "ack-and-a-half")
|
||||
(depends-on "projectile")
|
||||
(depends-on "flycheck")
|
||||
(depends-on "bbdb")
|
||||
|
||||
;; Misc
|
||||
(depends-on "sauron")
|
||||
|
|
|
@ -170,6 +170,15 @@
|
|||
(setq web-mode-css-indent-offset 4)
|
||||
(setq web-mode-code-indent-offset 4)))
|
||||
#+END_SRC
|
||||
** BBDB
|
||||
#+name: packages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(require 'bbdb)
|
||||
(load "bbdb-com" t)
|
||||
(bbdb-initialize 'gnus 'message)
|
||||
(bbdb-insinuate-message)
|
||||
(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
|
||||
#+END_SRC
|
||||
** Gnus
|
||||
#+name: packages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
Loading…
Reference in a new issue