Skip to content

Commit

Permalink
emacs: Add restclient
Browse files Browse the repository at this point in the history
  • Loading branch information
TLATER committed Mar 3, 2024
1 parent 8639bcc commit 96995ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home-config/dotfiles/emacs.d/config/features.el
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,12 @@
"\\([^(\r\n)]+\\):\\([0-9]+\\):\\([0-9]+\\) - [[:blank:]]*"
"error [[:alnum:]]+: [^\r\n]+$")
"Regexp to match errors generated by tsc.")
;;
;; REST browsing
;;
(use-package restclient)
(use-package restclient-jq
:after restclient)

;; ----------------------------------------------------------------------------------
;; Run various commands
Expand Down

0 comments on commit 96995ed

Please sign in to comment.