diff --git a/README.org b/README.org index a126cd6..6f36010 100644 --- a/README.org +++ b/README.org @@ -1515,6 +1515,7 @@ let <> <> <> + <> <> <> <> @@ -1588,6 +1589,7 @@ When Emacs is started, it normally tries to load a Lisp program from an ititiali <> <> <> +<> <> <> <> @@ -2554,6 +2556,21 @@ Configure keybindings for passwords behind =SPC p=: "pg" '(password-store-generate :which-key "Generate")) #+END_SRC +** Docker + +#+NAME: emacs-docker-package +#+BEGIN_SRC nix +epkgs.docker +#+END_SRC + +#+NAME: emacs-docker-elisp +#+BEGIN_SRC emacs-lisp +;; Apply custom keybindings. +(dotfiles/leader + "k" '(:ignore t :which-key "Containers") + "kd" '(docker :which-key "Docker")) +#+END_SRC + ** MU4E #+NAME: emacs-mu4e-extras diff --git a/modules/emacs.nix b/modules/emacs.nix index a9056fe..744b222 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -28,6 +28,7 @@ let epkgs.ox-hugo epkgs.ox-reveal epkgs.password-store + epkgs.docker epkgs.mu4e-alert epkgs.dired-single epkgs.all-the-icons