Fix typo in regular expression

This commit is contained in:
Daniel - 2020-09-12 13:30:53 +02:00
parent cb9ef5a8d4
commit d10e85e208
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@
(setq-default async-shell-command-buffer 'new-buffer)
(add-to-list 'display-buffer-alist
'("^\*Async Shell Command*" . (display-buffer-no-window)))
'("^\\*Async Shell Command*" . (display-buffer-no-window)))
(put 'set-goal-column 'disabled nil)
(put 'upcase-region 'disabled nil)