[Emacs] Add comments on docker-related packages
This commit is contained in:
parent
111651af13
commit
5136217664
@ -1144,12 +1144,8 @@ Finally, let’s make ~ivy~ richer:
|
|||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: Packages-Configuration-Applications-Docker5ul0fl6184j0
|
:CUSTOM_ID: Packages-Configuration-Applications-Docker5ul0fl6184j0
|
||||||
:END:
|
:END:
|
||||||
#+begin_src emacs-lisp
|
Docker is an awesome tool for reproducible development environments.
|
||||||
(use-package docker
|
Due to this, I absolutely need a mode for editing Dockerfiles.
|
||||||
:defer t
|
|
||||||
:straight (:build t))
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package dockerfile-mode
|
(use-package dockerfile-mode
|
||||||
:defer t
|
:defer t
|
||||||
@ -1159,6 +1155,14 @@ Finally, let’s make ~ivy~ richer:
|
|||||||
:mode "Dockerfile\\'")
|
:mode "Dockerfile\\'")
|
||||||
#+end_src
|
#+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
|
*** Elfeed
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: Packages-Configuration-Applications-Elfeedoip0fl6184j0
|
:CUSTOM_ID: Packages-Configuration-Applications-Elfeedoip0fl6184j0
|
||||||
|
Loading…
Reference in New Issue
Block a user