From 3e3bc2baba15db4c79ca23a3f17b862a75edb571 Mon Sep 17 00:00:00 2001 From: John Doty Date: Wed, 6 Aug 2025 10:12:30 -0700 Subject: [PATCH] [emacs] jsonnet --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8cb758d..d32e8b2 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1437,7 +1437,8 @@ Do this when you edit your project view." ;; ================================================================= ;; Jsonnet ;; ================================================================= -(use-package jsonnet-mode :ensure t) +(use-package jsonnet-mode :ensure t + :mode "\\.jsonnet\\(\\.TEMPLATE\\)?\\'") ;; ================================================================= ;; Fish shell