Add process killer by u/xenodium
This commit is contained in:
parent
20bf8f3f06
commit
d4da74cd26
@ -859,5 +859,9 @@ See https://emacs.stackexchange.com/questions/2538/how-to-define-additional-mode
|
||||
(org-babel-tmux-terminal "/home/mitch/.local/bin/emacs-term-shim.sh")
|
||||
(org-babel-tmux-terminal-opts))
|
||||
|
||||
(use-package dwim-shell-command
|
||||
:straight (:files (:defaults "dwim-shell-commands.el"))
|
||||
:config (require 'dwim-shell-commands)
|
||||
:commands dwim-shell-commands-kill-process)
|
||||
(provide 'mitch-packages)
|
||||
;;; mitch-packages.el ends here
|
||||
|
Loading…
Reference in New Issue
Block a user