summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2015-06-08 09:20:28 +0200
committerAlan Pearce2015-06-08 09:20:28 +0200
commit0676e96d53ae296c4215f3f064d467aff6953d8d (patch)
treee85842fa6c1f3d92f89f2b2c925d3076e83cfb09 /tag-emacs
parent1c905d30c3f13c55a65802d8d23c5a4639a04883 (diff)
downloaddotfiles-0676e96d53ae296c4215f3f064d467aff6953d8d.tar.lz
dotfiles-0676e96d53ae296c4215f3f064d467aff6953d8d.tar.zst
dotfiles-0676e96d53ae296c4215f3f064d467aff6953d8d.zip
Emacs: Configure restclient-mode
Diffstat (limited to 'tag-emacs')
-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