Add the insidious BigBrother DataBase (and initial file)

This commit is contained in:
Evie Litherland-Smith 2024-06-12 07:10:12 +01:00
parent e1b09b65bc
commit f1f2c2e654
3 changed files with 7 additions and 2 deletions

BIN
bbdb.gpg Normal file

Binary file not shown.

View file

@ -1114,6 +1114,11 @@ Calls `project-remember-projects-under' for ~/Projects/"
(message-auto-save-directory nil) (message-auto-save-directory nil)
(message-kill-buffer-on-exit t)) (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")) (load-file (locate-user-emacs-file "mu4e-custom.el"))
(use-package erc (use-package erc

View file

@ -32,8 +32,8 @@
ibuffer-project magit forge treemacs treemacs-nerd-icons ibuffer-project magit forge treemacs treemacs-nerd-icons
;; Writing ;; Writing
markdown-mode pandoc-mode auctex auctex-latexmk latex-preview-pane markdown-mode pandoc-mode auctex auctex-latexmk latex-preview-pane
;; Email ;; Contacts
mu4e bbdb mu4e ement
;; RSS feeds ;; RSS feeds
elfeed elfeed-org elfeed-tube elfeed elfeed-org elfeed-tube
)) ))