diff options
author | Alan Pearce | 2015-06-08 09:20:28 +0200 |
---|---|---|
committer | Alan Pearce | 2015-06-08 09:20:28 +0200 |
commit | 0676e96d53ae296c4215f3f064d467aff6953d8d (patch) | |
tree | e85842fa6c1f3d92f89f2b2c925d3076e83cfb09 | |
parent | 1c905d30c3f13c55a65802d8d23c5a4639a04883 (diff) | |
download | dotfiles-0676e96d53ae296c4215f3f064d467aff6953d8d.tar.lz dotfiles-0676e96d53ae296c4215f3f064d467aff6953d8d.tar.zst dotfiles-0676e96d53ae296c4215f3f064d467aff6953d8d.zip |
Emacs: Configure restclient-mode
-rw-r--r-- | tag-emacs/emacs.d/init.el | 3 |
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 |