diff options
author | fpi | 2020-07-22 10:27:40 +0200 |
---|---|---|
committer | fpi | 2020-07-22 10:35:46 +0200 |
commit | e618ef15ef52fd5af24705b0993659e7ce4396b2 (patch) | |
tree | c14083ea353bf0559aa01686f78fe8f60f143ec5 | |
parent | Use other-window for org src edits (diff) |
Delight org-edna
-rw-r--r-- | emacs-init.org | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/emacs-init.org b/emacs-init.org index c4c4923..432ff48 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3158,17 +3158,12 @@ Fix for hanging emacs. The original function calls file-exist-p which opens a sl :PROPERTIES: :ID: fd3936c7-9fc5-42d0-990d-32024e23b22f :END: -=Org-edna= is a great tool to manage =TODO= dependencies. I mainly use -it to mark tasks as =NEXT= after switching another task to =DONE=. The -functions below are taken from Josh's Emacs Config over at [[https://github.com/mm--/dot-emacs/blob/master/jmm-org-config.org][Github]]. He -wrote wrote a =edna-finder= which allows link descriptions and a nice -hydra to manage the various =org-edna= properties. I call it in my -[[id:22750e48-aaee-4f60-bdce-1d511ebe3375][context aware hydra]] when on an org headline. For more functions and -explanations checkout his config. +=Org-edna= is a great tool to manage =TODO= dependencies. I mainly use it to mark tasks as =NEXT= after switching another task to =DONE=. The functions below are taken from Josh's Emacs Config over at [[https://github.com/mm--/dot-emacs/blob/master/jmm-org-config.org][Github]]. He wrote a =edna-finder= which allows link descriptions and a nice hydra to manage the various =org-edna= properties. I call it in my [[id:22750e48-aaee-4f60-bdce-1d511ebe3375][context aware hydra]] when on an org headline. For more functions and explanations checkout his config. #+begin_src emacs-lisp (use-package org-edna :straight t :after org + :delight :config (org-edna-load) (defun org-edna-finder/link-ids (&rest ids) |