Use docker package

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:34 +00:00
parent 9f8b6c9b43
commit ae3a55700d

View File

@ -588,6 +588,16 @@
#+end_src
* Tool Integrations
** Docker
I use docker quite a lot, unfortunately, so it's nice to be able to
spawn containers etc from Emacs. The =docker= package provides a
few nice bits and bobs.
#+begin_src emacs-lisp
(use-package docker
:bind ("C-c d" . docker))
#+end_src
** Build systems
*** CMake
I hate it, but it's everywhere. =cmake-mode= provides basic syntax