Add docker and yaml modules

This commit is contained in:
Wojciech Kozlowski 2022-04-21 09:18:20 +02:00
parent ba3c1a1dc7
commit 1d2176fc01
2 changed files with 6 additions and 2 deletions

View File

@ -144,6 +144,10 @@
;; Additional coniguration for doom modules.
;; -----------------------------------------------------------------------------
;; Podman > docker.
(after! docker (setq docker-command "podman"))
(after! dockerfile-mode (setq dockerfile-mode-command "podman"))
;; Fix git-gutter advice for magit.
(after! (:all git-gutter magit)
;; Update all visible buffers when (un)staging in the magit buffer.

View File

@ -88,7 +88,7 @@
;;biblio ; Writes a PhD for you (citation needed)
;;debugger ; FIXME stepping through code, to help you add bugs
;;direnv
;;docker
docker
;;editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
@ -171,7 +171,7 @@
;;swift ; who asked for emoji variables?
;;terra ; Earth and Moon in alignment for performance.
;;web ; the tubes
;;yaml ; JSON, but readable
yaml ; JSON, but readable
;;zig ; C, but simpler
:email