aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-07-25 13:36:27 +0200
committerYann Herklotz <git@yannherklotz.com>2019-07-25 13:36:27 +0200
commit19b94834f787b9c51cc23d90ccbe1c2b48e1402f (patch)
tree10da73af816d62b76e69ad94ce874f9db0b3e557 /emacs
parentdfb23ca0c5224329f72a68c32311e464606267c0 (diff)
downloaddotfiles-19b94834f787b9c51cc23d90ccbe1c2b48e1402f.tar.gz
dotfiles-19b94834f787b9c51cc23d90ccbe1c2b48e1402f.zip
Add contacts org file
Diffstat (limited to 'emacs')
-rw-r--r--emacs/loader.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index d4dc04d..587fb2c 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -867,6 +867,15 @@ Add org noter
("u" "At uni" tags-todo "@uni"
((org-agenda-overriding-header "University")))))
#+END_SRC
+*** Contacts
+
+#+BEGIN_SRC emacs-lisp
+ (setq org-contacts-files (mapcar 'expand-file-name
+ '("~/Dropbox/org/contacts.org")))
+#+END_SRC
+
+#+RESULTS:
+| /home/yannherklotz/Dropbox/org/contacts.org |
*** Remove Binding
#+BEGIN_SRC emacs-lisp