(Emacs)~async-shell-command use-package async -> simple

async is not a package in Emacs 28, so no need to use it.
This commit is contained in:
2021-03-25 09:23:38 +00:00
parent 3d08210053
commit bb04d7d25f
2 changed files with 3 additions and 7 deletions

View File

@@ -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: