Added dockerfile; fixed ledger variables

This commit is contained in:
Jaden Provost Maxwell-Comfort
2026-04-18 12:12:27 -04:00
parent 431c63de82
commit 62e41ac00d
2 changed files with 20 additions and 14 deletions

View File

@@ -208,3 +208,9 @@ Nix is the language used by NixOS and the Nix package manager.
:hook (nix-mode . eglot-ensure))
#+end_src
** Dockerfile
#+begin_src elisp
(use-package dockerfile-mode)
#+end_src