Add docker and yaml modules
This commit is contained in:
parent
ba3c1a1dc7
commit
1d2176fc01
@ -144,6 +144,10 @@
|
|||||||
;; Additional coniguration for doom modules.
|
;; 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.
|
;; Fix git-gutter advice for magit.
|
||||||
(after! (:all git-gutter magit)
|
(after! (:all git-gutter magit)
|
||||||
;; Update all visible buffers when (un)staging in the magit buffer.
|
;; Update all visible buffers when (un)staging in the magit buffer.
|
||||||
|
4
init.el
4
init.el
@ -88,7 +88,7 @@
|
|||||||
;;biblio ; Writes a PhD for you (citation needed)
|
;;biblio ; Writes a PhD for you (citation needed)
|
||||||
;;debugger ; FIXME stepping through code, to help you add bugs
|
;;debugger ; FIXME stepping through code, to help you add bugs
|
||||||
;;direnv
|
;;direnv
|
||||||
;;docker
|
docker
|
||||||
;;editorconfig ; let someone else argue about tabs vs spaces
|
;;editorconfig ; let someone else argue about tabs vs spaces
|
||||||
;;ein ; tame Jupyter notebooks with emacs
|
;;ein ; tame Jupyter notebooks with emacs
|
||||||
(eval +overlay) ; run code, run (also, repls)
|
(eval +overlay) ; run code, run (also, repls)
|
||||||
@ -171,7 +171,7 @@
|
|||||||
;;swift ; who asked for emoji variables?
|
;;swift ; who asked for emoji variables?
|
||||||
;;terra ; Earth and Moon in alignment for performance.
|
;;terra ; Earth and Moon in alignment for performance.
|
||||||
;;web ; the tubes
|
;;web ; the tubes
|
||||||
;;yaml ; JSON, but readable
|
yaml ; JSON, but readable
|
||||||
;;zig ; C, but simpler
|
;;zig ; C, but simpler
|
||||||
|
|
||||||
:email
|
:email
|
||||||
|
Loading…
Reference in New Issue
Block a user