[Emacs] Add comments on docker-related packages

This commit is contained in:
Lucien Cartier-Tilet 2021-10-12 11:30:00 +02:00
parent 111651af13
commit 5136217664
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 10 additions and 6 deletions

View File

@ -1144,12 +1144,8 @@ Finally, lets make ~ivy~ richer:
:PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Applications-Docker5ul0fl6184j0
:END:
#+begin_src emacs-lisp
(use-package docker
:defer t
:straight (:build t))
#+end_src
Docker is an awesome tool for reproducible development environments.
Due to this, I absolutely need a mode for editing Dockerfiles.
#+begin_src emacs-lisp
(use-package dockerfile-mode
:defer t
@ -1159,6 +1155,14 @@ Finally, lets make ~ivy~ richer:
:mode "Dockerfile\\'")
#+end_src
The =docker= package also provides interactivity with Docker and
docker-compose from Emacs.
#+begin_src emacs-lisp
(use-package docker
:defer t
:straight (:build t))
#+end_src
*** Elfeed
:PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Applications-Elfeedoip0fl6184j0