Fix index.org location on Windows
This commit is contained in:
parent
c984085a03
commit
b19178d1a4
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue