Commit 0813ca29a949
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -2625,6 +2625,18 @@
:ensure t)
#+END_SRC
+** Restclient
+
+ So… I needed to hack a bit around the [[https://docker.com][Docker]] client API and wanted
+ to do this in Emacs (why not =:-)=). And well [[https://github.com/pashky/restclient.el][restclient.el]] is
+ pretty awesome.
+
+ #+BEGIN_SRC emacs-lisp
+ (use-package restclient
+ :ensure t)
+ #+END_SRC
+
+
** Ansible
[[http://docs.ansible.com/index.html][Ansible]] is a great automation tool I use to manage my servers and
@@ -2833,7 +2845,6 @@
let's try something different than the good old ERC : let's try
circe.
-
#+BEGIN_SRC emacs-lisp
(use-package circe
:ensure t