From 14f03a8ac9b8a6f691b78b18f3e1e05a54e1b78f Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 22 Oct 2019 11:08:04 +0200 Subject: [PATCH] Install the ob-mermaid package --- configuration.org | 8 ++++++++ customizations.el | 1 + 2 files changed, 9 insertions(+) diff --git a/configuration.org b/configuration.org index c2de4ed..b6b3884 100644 --- a/configuration.org +++ b/configuration.org @@ -2978,6 +2978,14 @@ An alternative could be (org-mode . org-bullets-mode)) #+END_SRC +** Edit diagrams with mermaid + +#+BEGIN_SRC emacs-lisp +(use-package ob-mermaid + :custom + (ob-mermaid-cli-path "/home/polesz/.local/node/bin/mmdc")) +#+END_SRC + * Git & Co. ** Git status on the fringe diff --git a/customizations.el b/customizations.el index 26bc6dc..ae4890d 100644 --- a/customizations.el +++ b/customizations.el @@ -159,6 +159,7 @@ ng2-mode nyan-mode nyan-prompt + ob-mermaid ob-restclient objed org