Install the ob-mermaid package
This commit is contained in:
parent
d84823b751
commit
14f03a8ac9
@ -2978,6 +2978,14 @@ An alternative could be
|
|||||||
(org-mode . org-bullets-mode))
|
(org-mode . org-bullets-mode))
|
||||||
#+END_SRC
|
#+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 & Co.
|
||||||
|
|
||||||
** Git status on the fringe
|
** Git status on the fringe
|
||||||
|
@ -159,6 +159,7 @@
|
|||||||
ng2-mode
|
ng2-mode
|
||||||
nyan-mode
|
nyan-mode
|
||||||
nyan-prompt
|
nyan-prompt
|
||||||
|
ob-mermaid
|
||||||
ob-restclient
|
ob-restclient
|
||||||
objed
|
objed
|
||||||
org
|
org
|
||||||
|
Loading…
Reference in New Issue
Block a user