~ruther/emacs.d

e95814faee17fc207c7cff7328271e50d9c522f0 — Rutherther a month ago 1bb036d
feat: confirm kill when reusing async shell buffer
1 files changed, 4 insertions(+), 0 deletions(-)

M init.el
M init.el => init.el +4 -0
@@ 1037,6 1037,8 @@
  :config
  (global-anzu-mode +1))

;;  Terminals

(my-use-package eat
  :ensure t
  :commands (eat eat-project)


@@ 1100,6 1102,8 @@
(my-use-package shell-command-x
  :ensure t
  :demand t
  :custom
  (async-shell-command-buffer 'confirm-kill-process)
  :config
  (shell-command-x-mode 1)
  (evil-set-initial-state 'comint-mode 'normal))