summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2016-05-09 14:33:19 +0200
committerAlan Pearce2016-05-09 14:33:19 +0200
commit9e5c9b5d4a768679640c85f7b3a05f61a912b3fb (patch)
tree65511294463acfde7f592d1a265b03967bef4501
parentc8be7b71c75af6c9e1a0eaf6d26c609cd6b22390 (diff)
downloadnixfiles-9e5c9b5d4a768679640c85f7b3a05f61a912b3fb.tar.lz
nixfiles-9e5c9b5d4a768679640c85f7b3a05f61a912b3fb.tar.zst
nixfiles-9e5c9b5d4a768679640c85f7b3a05f61a912b3fb.zip
Emacs: Open tern-project files in json-mode
-rw-r--r--tag-emacs/emacs.d/init.org3
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