(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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -13,3 +13,4 @@ TAGS
|
|||||||
/Doom/.config/doom/bookmarks
|
/Doom/.config/doom/bookmarks
|
||||||
/Emacs/.config/emacs/config.el
|
/Emacs/.config/emacs/config.el
|
||||||
/Emacs/.config/emacs/eglot-eclipse-jdt-cache/
|
/Emacs/.config/emacs/eglot-eclipse-jdt-cache/
|
||||||
|
/SystemD/.config/systemd/user/
|
||||||
|
|||||||
@@ -255,7 +255,8 @@ moment), bind to general some basic binds.
|
|||||||
(leader
|
(leader
|
||||||
"SPC" #'execute-extended-command
|
"SPC" #'execute-extended-command
|
||||||
"u" #'universal-argument
|
"u" #'universal-argument
|
||||||
";" #'eval-expression))
|
";" #'eval-expression
|
||||||
|
"!" #'async-shell-command))
|
||||||
|
|
||||||
(use-package files
|
(use-package files
|
||||||
:straight nil
|
:straight nil
|
||||||
@@ -289,12 +290,6 @@ moment), bind to general some basic binds.
|
|||||||
:general
|
:general
|
||||||
(leader
|
(leader
|
||||||
"h" #'help-command))
|
"h" #'help-command))
|
||||||
|
|
||||||
(use-package async
|
|
||||||
:straight nil
|
|
||||||
:general
|
|
||||||
(leader
|
|
||||||
"!" #'async-shell-command))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
** Evil
|
** Evil
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|||||||
Reference in New Issue
Block a user