Skip to content

Commit

Permalink
[SPACEMACS] update restclient config
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanarin committed Aug 21, 2019
1 parent 8159a0e commit a767f4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .spacemacs
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,9 @@ dump."
(defun custom/generic-improvements ()
;; Generic improvements and packages that are either too small
;; or not fitting other categories.
(use-package restclient
:config
(spacemacs/set-leader-keys-for-major-mode 'restclient-mode (kbd ",") 'restclient-http-send-current))
(use-package reverse-im
:demand
:config
Expand Down

0 comments on commit a767f4a

Please sign in to comment.