Use docker package
This commit is contained in:
parent
9f8b6c9b43
commit
ae3a55700d
10
config.org
10
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user