Always open a new buffer for async-shell-command

This commit is contained in:
Oliver Payne 2023-12-04 20:47:21 +00:00
parent 216bfc37f3
commit 24d6ceb3f9
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(async-shell-command-buffer 'new-buffer)
'(column-number-mode t)
'(comment-auto-fill-only-comments t)
'(completion-category-overrides '((file (styles partial-completion))))