mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] fix plantuml-mode support
Configure plantuml-mode derived mode to be available and load puml-mode on-demand.
This commit is contained in:
parent
4053c8fcf4
commit
b1de2d1726
1 changed files with 2 additions and 1 deletions
|
@ -422,7 +422,8 @@ org documents and ob-plantuml.
|
|||
(use-package puml-mode
|
||||
:ensure t
|
||||
:mode "\\.plantuml\\'"
|
||||
:config
|
||||
:commands puml-mode
|
||||
:init
|
||||
|
||||
(define-derived-mode plantuml-mode
|
||||
puml-mode "PlantUML Mode"))
|
||||
|
|
Loading…
Reference in a new issue