From bf630179d07a301cf9b804979894c4f73c756943 Mon Sep 17 00:00:00 2001 From: tecosaur <20903656+tecosaur@users.noreply.github.com> Date: Fri, 7 Feb 2020 01:13:26 +0800 Subject: [PATCH] Found a cool org graph view package --- config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.org b/config.org index e00e9a4..3c7f7a0 100644 --- a/config.org +++ b/config.org @@ -253,6 +253,11 @@ to be better maintained. #+END_SRC /NB: I found that ~org +pandoc~ exists, however after enabling it I couldn't find// /any org-pandoc-y commands with =M-x=, so I'm using this/ + +Came across this and ... it's cool +#+BEGIN_SRC emacs-lisp +(package! org-graph-view :recipe (:host github :repo "alphapapa/org-graph-view")) +#+END_SRC *** Window management #+BEGIN_SRC emacs-lisp (package! rotate)