diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index a3f10b69..3955ed68 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -585,6 +585,9 @@ The current directory is assumed to be the project's root otherwise." :demand t :bind ("M-z" . zop-to-char)) +(use-package restclient + :ensure t) + ;; ============================================================================= ;; Non-Programming Stuff ;; =============================================================================