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