From 851551969a3e5089495b933d1e64eb9d58cfd1eb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 9 Dec 2019 12:34:19 -0800 Subject: [org] add `orgit` to my configuration. `orgit` allows you to link to a magit buffer in org-mode. --- emacs.d/custom/fcuny-org.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el index 4817a9e..dae6c7a 100644 --- a/emacs.d/custom/fcuny-org.el +++ b/emacs.d/custom/fcuny-org.el @@ -250,6 +250,9 @@ _g n_: go to notes (use-package htmlize :ensure t) +(use-package orgit + :ensure t) + (defun fcuny/org-todo-age-time (&optional pos) (let ((stamp (org-entry-get (or pos (point)) "CREATED" t))) (when stamp -- cgit 1.4.1