[Misc] Change places of some private files

This commit is contained in:
Daniel - 2017-07-18 14:54:50 +02:00
parent 7bf4461fe3
commit 22b16c6581
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
3 changed files with 3 additions and 4 deletions

1
bbdb
View File

@ -1 +0,0 @@
private/bbdb

View File

@ -1 +0,0 @@
private/custom.el

View File

@ -219,7 +219,7 @@
(setq user-full-name "Daniel Borchmann"
user-mail-address db/personal-mail-address)
(setq custom-file (expand-file-name "custom.el" emacs-d))
(setq custom-file (expand-file-name "private/custom.el" emacs-d))
(load-file custom-file)
(use-package cl-lib)
@ -620,7 +620,8 @@ _h_ _l_ _o_k _y_ank
bbdb-mua-auto-update-p 'query
bbdb-default-country "Germany"
bbdb-user-mail-address-re (regexp-opt (list db/personal-mail-address
db/work-mail-address)))
db/work-mail-address))
bbdb-file (expand-file-name "private/bbdb" emacs-d))
(add-hook 'message-setup-hook 'bbdb-mail-aliases)
(add-hook 'mail-setup-hook 'bbdb-mail-aliases)))