From aeee2333e10185c7842bd8173e97692cd2bb18a9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 17 Mar 2017 23:39:08 -0400 Subject: [PATCH] Move tools/restclient => lang/rest --- init.example.el | 2 +- modules/{tools/restclient => lang/rest}/config.el | 0 modules/{tools/restclient => lang/rest}/packages.el | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename modules/{tools/restclient => lang/rest}/config.el (100%) rename modules/{tools/restclient => lang/rest}/packages.el (100%) 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