aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-org.el b/oni-org.el
index 1eda73e..04fc41d 100644
--- a/oni-org.el
+++ b/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190421115427
+;; Version: 20190430175740
;; Package-Requires: (org-plus-contrib org-bullets hydra org-wild-notifier)
;; This program is free software; you can redistribute it and/or modify
@@ -86,7 +86,7 @@ ones that have a predecessor."
(defun oni-org-open-index ()
"Open the index of my org-based personal wiki."
(interactive)
- (find-file "~/documents/gtd/index.org"))
+ (find-file (oni-org-expand-to-home "documents/gtd/index.org")))
;;;###autoload(autoload 'oni-hydra-org/body "oni-org")
(defhydra oni-hydra-org (:color blue)