summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 36c0850..5b16f4b 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