plantuml mode for work

This commit is contained in:
Benson Chu 2023-03-22 10:42:02 -05:00
parent 733157808a
commit ce831dbfb5

View file

@ -186,5 +186,10 @@
(define-key vertico-flat-map (kbd "C-l") #'vertico--jump-to-home)
(define-key vertico-flat-map (kbd "M-s") #'vertico--jump-to-scratch)
(use-package plantuml-mode
:init
(setq plantuml-jar-path "~/bin/plantuml"
plantuml-default-exec-mode 'jar))
(provide 'work-config)
;;; work-config.el ends here