branch: externals/embark
commit 81520eb69e0b4e1b5b5e1f348f043a0df54fe4a9
Author: Omar Antolín <[email protected]>
Commit: Omar Antolín <[email protected]>
Remove incorrect duplicate hook for shell-command-on-region
Thanks to @kljohann for reporting this!
---
embark.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/embark.el b/embark.el
index 752d75b7c3..c9b661c9a5 100644
--- a/embark.el
+++ b/embark.el
@@ -394,7 +394,6 @@ replaced by the single `embark-allow-edit-actions'
variable."
(defcustom embark-target-injection-hooks
'((async-shell-command embark--allow-edit embark--shell-prep)
(shell-command embark--allow-edit embark--shell-prep)
- (shell-command-on-region embark--allow-edit)
(pp-eval-expression embark--eval-prep)
(package-delete embark--force-complete)
;; commands evaluating code found in the buffer, which may in turn prompt