[emacs] jsonnet

This commit is contained in:
John Doty 2025-08-06 10:12:30 -07:00
parent 154e911afb
commit 3e3bc2baba

View file

@ -1437,7 +1437,8 @@ Do this when you edit your project view."
;; ================================================================= ;; =================================================================
;; Jsonnet ;; Jsonnet
;; ================================================================= ;; =================================================================
(use-package jsonnet-mode :ensure t) (use-package jsonnet-mode :ensure t
:mode "\\.jsonnet\\(\\.TEMPLATE\\)?\\'")
;; ================================================================= ;; =================================================================
;; Fish shell ;; Fish shell