diff --git a/init.example.el b/init.example.el index 8ea83de2e..9181f1e4c 100644 --- a/init.example.el +++ b/init.example.el @@ -61,7 +61,6 @@ eshell ; a consistent, cross-platform shell (WIP) dired ; making dired pretty [functional] macos ; macos-specific commands - restclient ; A REST REPL rotate-text ; cycle region at point between text candidates tmux ; an API for interacting with tmux upload ; map local to remote projects via ssh/ftp @@ -86,6 +85,7 @@ php ; make php less awful to work with processing ; for prototyping python ; beautiful is better than ugly + rest ; Emacs as a REST client ruby ; 1.step do {|i| p "Ruby is #{i&1==0?'love':'life'}"} rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() scala ; java, but good diff --git a/modules/tools/restclient/config.el b/modules/lang/rest/config.el similarity index 100% rename from modules/tools/restclient/config.el rename to modules/lang/rest/config.el diff --git a/modules/tools/restclient/packages.el b/modules/lang/rest/packages.el similarity index 100% rename from modules/tools/restclient/packages.el rename to modules/lang/rest/packages.el