diff --git a/config.org b/config.org index 527a099..f021a0e 100644 --- a/config.org +++ b/config.org @@ -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