From 22b16c6581f642bc58023d11a4dd538acc1d79a2 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 18 Jul 2017 14:54:50 +0200 Subject: [PATCH] [Misc] Change places of some private files --- bbdb | 1 - custom.el | 1 - init.el | 5 +++-- 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 120000 bbdb delete mode 120000 custom.el diff --git a/bbdb b/bbdb deleted file mode 120000 index dc91f5a..0000000 --- a/bbdb +++ /dev/null @@ -1 +0,0 @@ -private/bbdb \ No newline at end of file diff --git a/custom.el b/custom.el deleted file mode 120000 index 448cfa9..0000000 --- a/custom.el +++ /dev/null @@ -1 +0,0 @@ -private/custom.el \ No newline at end of file diff --git a/init.el b/init.el index 38714e7..546b3fa 100644 --- a/init.el +++ b/init.el @@ -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)))