diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-25T13·15+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-25T13·15+0100 |
commit | 504cf0daab8b8953cf6f018b0af46104e787f2ec (patch) | |
tree | 3257d41be0961196e96498a86e4ea3abcb16b3f8 /emacs/.emacs.d/wpc/bookmark.el | |
parent | 23a41528bbaab127c3c3d67128409102f5f90a2e (diff) |
Delete org-helpers
I'm trying to tidy things up, so I'm trying to apply some of the principles from "Essentialism" to my Emacs configuration.
Diffstat (limited to 'emacs/.emacs.d/wpc/bookmark.el')
-rw-r--r-- | emacs/.emacs.d/wpc/bookmark.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/.emacs.d/wpc/bookmark.el b/emacs/.emacs.d/wpc/bookmark.el index 09d737bf4ff3..4a62b15eb74b 100644 --- a/emacs/.emacs.d/wpc/bookmark.el +++ b/emacs/.emacs.d/wpc/bookmark.el @@ -21,7 +21,6 @@ (require 'list) (require 'string) (require 'set) -(require 'org-helpers) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Constants @@ -60,9 +59,6 @@ Otherwise, open with `counsel-find-file'." (make-bookmark :label "depot" :path "~/depot" :kbd "t") - (make-bookmark :label "org" - :path org-helpers/directory - :kbd "o") (make-bookmark :label "briefcase" :path (getenv "BRIEFCASE") :kbd "d") |