summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2015-06-03 12:54:03 +0200
committerAlan Pearce2015-06-03 12:54:03 +0200
commit260c8db3b89626b0afa24ad1d206e1c0541010e9 (patch)
treee3cedd7888e9b2d03bcff5fb077aeb411b5608cd /tag-emacs/emacs.d
parent7412c7db219c2c85091afb04452dd223c03a223b (diff)
downloaddotfiles-260c8db3b89626b0afa24ad1d206e1c0541010e9.tar.lz
dotfiles-260c8db3b89626b0afa24ad1d206e1c0541010e9.tar.zst
dotfiles-260c8db3b89626b0afa24ad1d206e1c0541010e9.zip
Emacs: Install restclient-mode
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/Cask1
-rw-r--r--tag-emacs/emacs.d/init.el2
2 files changed, 3 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/Cask b/tag-emacs/emacs.d/Cask
index 4a1c18b..65438a8 100644
--- a/tag-emacs/emacs.d/Cask
+++ b/tag-emacs/emacs.d/Cask
@@ -106,6 +106,7 @@
 (depends-on "rainbow-mode")
 (depends-on "redshank")
 (depends-on "req-package")
+(depends-on "restclient")
 (depends-on "s")
 (depends-on "scss-mode")
 (depends-on "shut-up")
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 51a9d1f..a3f57b9 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -1424,6 +1424,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 tern
   :config (progn
             (setq tern-command (list (executable-find "tern")))