diff --git a/user/app/doom-emacs/config.el b/user/app/doom-emacs/config.el index 1cebfd2..dd10fbe 100644 --- a/user/app/doom-emacs/config.el +++ b/user/app/doom-emacs/config.el @@ -401,7 +401,7 @@ same directory as the org-buffer and insert a link to this file." :image-data-fun #'org-image-link) ;; Mermaid diagrams -(setq ob-mermaid-cli-path "/usr/bin/mmdc") +(setq ob-mermaid-cli-path "~/.nix-profile/bin/mmdc") ;; Print org mode (defun org-simple-print-buffer () diff --git a/user/app/doom-emacs/doom.org b/user/app/doom-emacs/doom.org index a9b3bf0..9644de1 100644 --- a/user/app/doom-emacs/doom.org +++ b/user/app/doom-emacs/doom.org @@ -485,7 +485,7 @@ exit *** Org Mermaid Diagrams #+BEGIN_SRC emacs-lisp :tangle config.el ;; Mermaid diagrams -(setq ob-mermaid-cli-path "/usr/bin/mmdc") +(setq ob-mermaid-cli-path "~/.nix-profile/bin/mmdc") #+END_SRC *** Org Simple Printing #+BEGIN_SRC emacs-lisp :tangle config.el