Add the insidious BigBrother DataBase (and initial file)
This commit is contained in:
parent
e1b09b65bc
commit
f1f2c2e654
5
init.el
5
init.el
|
@ -1114,6 +1114,11 @@ Calls `project-remember-projects-under' for ~/Projects/"
|
|||
(message-auto-save-directory nil)
|
||||
(message-kill-buffer-on-exit t))
|
||||
|
||||
(use-package bbdb
|
||||
:bind (("M-g b" . bbdb))
|
||||
:custom
|
||||
(bbdb-file (locate-user-emacs-file "bbdb.gpg")))
|
||||
|
||||
(load-file (locate-user-emacs-file "mu4e-custom.el"))
|
||||
|
||||
(use-package erc
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
ibuffer-project magit forge treemacs treemacs-nerd-icons
|
||||
;; Writing
|
||||
markdown-mode pandoc-mode auctex auctex-latexmk latex-preview-pane
|
||||
;; Email
|
||||
mu4e
|
||||
;; Contacts
|
||||
bbdb mu4e ement
|
||||
;; RSS feeds
|
||||
elfeed elfeed-org elfeed-tube
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue