mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
plantuml mode for work
This commit is contained in:
parent
733157808a
commit
ce831dbfb5
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue