diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e4748c6..9774a31 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -14,6 +14,12 @@ (when (eq window-system 'ns) (exec-path-from-shell-copy-env "PATH")) +;;}}} +;;{{{ Temporary fixes + +;; https://github.com/mgyucht/jsonnet-mode/pull/16 +(add-to-list 'auto-mode-alist (cons "\\.libsonnet\\'" 'jsonnet-mode)) + ;;}}} ;;{{{ Customization of commands