diff options
author | Alan Pearce | 2016-05-09 14:33:19 +0200 |
---|---|---|
committer | Alan Pearce | 2016-05-09 14:33:19 +0200 |
commit | 9e5c9b5d4a768679640c85f7b3a05f61a912b3fb (patch) | |
tree | 65511294463acfde7f592d1a265b03967bef4501 /tag-emacs/emacs.d | |
parent | c8be7b71c75af6c9e1a0eaf6d26c609cd6b22390 (diff) | |
download | nixfiles-9e5c9b5d4a768679640c85f7b3a05f61a912b3fb.tar.lz nixfiles-9e5c9b5d4a768679640c85f7b3a05f61a912b3fb.tar.zst nixfiles-9e5c9b5d4a768679640c85f7b3a05f61a912b3fb.zip |
Emacs: Open tern-project files in json-mode
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index d539b8a0..88eb9d23 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1871,7 +1871,8 @@ completions, besides other IDE-like things. (use-package json-mode :mode (("\\.json\\'" . json-mode) ("\\.sailsrc\\'" . json-mode) - ("composer\\.lock\\'" . json-mode))) + ("composer\\.lock\\'" . json-mode) + ("\\.tern-project\\'" . json-mode))) #+END_SRC *** restclient |