1
0
Fork 0

Fix index.org location on Windows

This commit is contained in:
Tom Willemse 2019-05-01 08:47:34 -07:00
parent c984085a03
commit b19178d1a4

View file

@ -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)