Skip to content

Commit

Permalink
Add workaround for libsonnet autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
shields-fn committed Jun 12, 2020
1 parent 38d3ed4 commit 657c579
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .emacs.d/init.el
Expand Up @@ -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

Expand Down

0 comments on commit 657c579

Please sign in to comment.