mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(lang): add jsonnet-mode
This commit is contained in:
18
modules/languages/siren-jsonnet.el
Normal file
18
modules/languages/siren-jsonnet.el
Normal file
@@ -0,0 +1,18 @@
|
||||
;;; siren-jsonnet.el --- jimeh's Emacs Siren: jsonnet-mode configuration.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Basic configuration for jsonnet-mode.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(use-package jsonnet-mode
|
||||
:hook
|
||||
(jsonnet-mode . siren-jsonnet-mode-setup)
|
||||
|
||||
:init
|
||||
(defun siren-jsonnet-mode-setup ()
|
||||
"Default tweaks for `jsonnet-mode'."))
|
||||
|
||||
(provide 'siren-jsonnet)
|
||||
;;; siren-js.el ends here
|
||||
Reference in New Issue
Block a user