From d10e85e2087fc1825fb6c77699102cb30339b72c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 12 Sep 2020 13:30:53 +0200 Subject: [PATCH] Fix typo in regular expression --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 82b5f7b..247f0ce 100644 --- a/init.el +++ b/init.el @@ -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)