Add docker.el

This commit is contained in:
Marcel Kapfer 2022-03-22 18:02:27 +01:00
parent 7d1b9e5d6d
commit 2221d86807
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 11 additions and 0 deletions

View File

@ -1527,6 +1527,17 @@ Source: [[https://github.com/editorconfig/editorconfig-emacs][GitHub: editorconf
(editorconfig-mode 1))
#+end_src
** Docker
I use Docker and more importantly docker-compose for development. Thanks to [[https://github.com/Silex][Philippe Vaucher]] I can manage it from within Emacs.
- Source :: [[https://github.com/Silex/docker.el][GitHub: Silex/docker.el]]
#+begin_src emacs-lisp
(use-package docker
:bind ("C-c M-d" . docker))
#+end_src
* Language-Specific Programming Packages
** Go