From 0264ff400bc6c275aea047e3c717d6f936628b7d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 7 Sep 2015 09:06:25 +0200 Subject: Emacs: Open sailsrc files in json-mode --- tag-emacs/emacs.d/init.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index dda8227..90287f9 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -1959,8 +1959,9 @@ completions, besides other IDE-like things. *** json-mode #+BEGIN_SRC emacs-lisp -(req-package json-mode - :mode ("\\.json\\'" . json-mode)) + (req-package json-mode + :mode (("\\.json\\'" . json-mode) + ("\\.sailsrc\\'" . json-mode))) #+END_SRC *** restclient -- cgit 1.4.1