Merge pull request #3641 from Compro-Prasad/comit-prompt-readonly

[UI] Set prompt to readonly in comint buffers
This commit is contained in:
Henrik Lissner 2020-07-28 15:55:23 -04:00 committed by GitHub
commit 3c484dc3e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -391,6 +391,10 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
(setq ansi-color-for-comint-mode t) (setq ansi-color-for-comint-mode t)
(after! comint
(setq comint-prompt-read-only t))
(after! compile (after! compile
(setq compilation-always-kill t ; kill compilation process before starting another (setq compilation-always-kill t ; kill compilation process before starting another
compilation-ask-about-save nil ; save all buffers on `compile' compilation-ask-about-save nil ; save all buffers on `compile'