From bb04d7d25fea3e6b5973de20cf837db9cb9543ff Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 25 Mar 2021 09:23:38 +0000 Subject: (Emacs)~async-shell-command use-package async -> simple async is not a package in Emacs 28, so no need to use it. --- Emacs/.config/emacs/config.org | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Emacs/.config/emacs/config.org') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 510c9d5..11a5b28 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -255,7 +255,8 @@ moment), bind to general some basic binds. (leader "SPC" #'execute-extended-command "u" #'universal-argument - ";" #'eval-expression)) + ";" #'eval-expression + "!" #'async-shell-command)) (use-package files :straight nil @@ -289,12 +290,6 @@ moment), bind to general some basic binds. :general (leader "h" #'help-command)) - -(use-package async - :straight nil - :general - (leader - "!" #'async-shell-command)) #+end_src ** Evil :PROPERTIES: -- cgit v1.2.3-13-gbd6f