mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(tools): add httprepl package
This commit is contained in:
13
modules/tools/siren-httprepl.el
Normal file
13
modules/tools/siren-httprepl.el
Normal file
@@ -0,0 +1,13 @@
|
||||
;;; siren-httprepl.el --- jimeh's Emacs Siren: httprepl configuration.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Basic configuration for httprepl.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(use-package httprepl
|
||||
:defer t)
|
||||
|
||||
(provide 'siren-httprepl)
|
||||
;;; siren-httprepl.el ends here
|
||||
Reference in New Issue
Block a user