Use p4-mode for .p4i files as well

This commit is contained in:
Wojciech Kozlowski 2020-07-22 00:26:15 +02:00
parent a8afdfffeb
commit 55659ddbdc

View File

@ -124,7 +124,8 @@
;; Note needs xcscope ;; Note needs xcscope
(use-package p4_16-mode (use-package p4_16-mode
:mode "\\.p4\\'") :mode (("\\.p4\\'" . p4_16-mode)
("\\.p4i\\'" . p4_16-mode)))
;; -------------------------------------------------------------------------- ;; --------------------------------------------------------------------------
;; PlantUML. ;; PlantUML.