From abf90d727e786607d426694bcf0c2cd17146b021 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 14 Jun 2023 18:20:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20(eshell)=20Add=20visual=20subcom?= =?UTF-8?q?mands=20for=20docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 97c632a..43bb4bf 100644 --- a/config.org +++ b/config.org @@ -2108,7 +2108,11 @@ Resources: #+begin_src emacs-lisp (use-package eshell - :bind (("C-c s" . 'eshell))) + :bind (("C-c s" . 'eshell)) + :config + (setq eshell-visual-subcommands + '(("docker" "pull" "build") + ("docker-compose" "build")))) #+end_src * Elfeed