diff --git a/config.el b/config.el index ea77700..591b7a5 100644 --- a/config.el +++ b/config.el @@ -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. diff --git a/init.el b/init.el index b0884cf..c99c11b 100644 --- a/init.el +++ b/init.el @@ -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