diff options
author | Alan Pearce | 2015-06-03 12:54:03 +0200 |
---|---|---|
committer | Alan Pearce | 2015-06-03 12:54:03 +0200 |
commit | 260c8db3b89626b0afa24ad1d206e1c0541010e9 (patch) | |
tree | e3cedd7888e9b2d03bcff5fb077aeb411b5608cd /tag-emacs/emacs.d/init.el | |
parent | 7412c7db219c2c85091afb04452dd223c03a223b (diff) | |
download | nixfiles-260c8db3b89626b0afa24ad1d206e1c0541010e9.tar.lz nixfiles-260c8db3b89626b0afa24ad1d206e1c0541010e9.tar.zst nixfiles-260c8db3b89626b0afa24ad1d206e1c0541010e9.zip |
Emacs: Install restclient-mode
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 51a9d1fc..a3f57b97 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"))) |