diff options
Diffstat (limited to 'emacs/.emacs.d/wpc/bookmark.el')
-rw-r--r-- | emacs/.emacs.d/wpc/bookmark.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/bookmark.el b/emacs/.emacs.d/wpc/bookmark.el index 01c28ff00474..09d737bf4ff3 100644 --- a/emacs/.emacs.d/wpc/bookmark.el +++ b/emacs/.emacs.d/wpc/bookmark.el @@ -21,6 +21,7 @@ (require 'list) (require 'string) (require 'set) +(require 'org-helpers) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Constants @@ -60,7 +61,7 @@ Otherwise, open with `counsel-find-file'." :path "~/depot" :kbd "t") (make-bookmark :label "org" - :path "~/Dropbox/org" + :path org-helpers/directory :kbd "o") (make-bookmark :label "briefcase" :path (getenv "BRIEFCASE") |