Refactor :lang auto-mode-alist entries
This commit is contained in:
parent
23d887303d
commit
6b573bc66b
7 changed files with 14 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; lang/plantuml/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(def-package! plantuml-mode
|
||||
:mode "\\.p\\(lant\\)?uml$"
|
||||
:mode "\\.p\\(?:lant\\)?uml$"
|
||||
:init
|
||||
(setq plantuml-jar-path (concat doom-etc-dir "plantuml.jar")
|
||||
org-plantuml-jar-path plantuml-jar-path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue