[Emacs] Install plantuml-mode through straight

This commit is contained in:
Lucien Cartier-Tilet 2022-01-05 14:12:37 +01:00
parent 55a12d8a80
commit 47a11d9473
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 1 deletions

View File

@ -5978,7 +5978,8 @@ or some I write myself.
#+begin_src emacs-lisp
(use-package plantuml-mode
:defer t
:mode ("{{.\\(pum\\|puml\\)\\'" . plantuml-mode)
:straight (:build t)
:mode ("\\.\\(pum\\|puml\\)\\'" . plantuml-mode)
:after ob
:init
(add-to-list 'org-babel-load-languages '(plantuml . t))