From 0676e96d53ae296c4215f3f064d467aff6953d8d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 8 Jun 2015 09:20:28 +0200 Subject: Emacs: Configure restclient-mode --- tag-emacs/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.el') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 36c08506..5b16f4b1 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1426,7 +1426,8 @@ symbol, not word, as I need this for programming the most." (req-package json-mode :mode ("\\.json\\'" . json-mode)) -(req-package restclient) +(req-package restclient + :mode ("\\.api\\'" . restclient-mode)) (req-package tern :config (progn -- cgit 1.4.1