From 62ea5520cb248ca2be11fba825ce5b6316655377 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 18 Aug 2018 09:54:32 +0200 Subject: [PATCH] =?UTF-8?q?[Dired]=20Minor=20modification=20for=20?= =?UTF-8?q?=E2=80=98dired-guess-shell-alist-user=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 172a5ea..e3ff66f 100644 --- a/init.el +++ b/init.el @@ -777,9 +777,9 @@ are assumed to be of the form *.crt." (if on-windows (setq dired-guess-shell-alist-user '(("\\.pdf\\'" "cmd /c") - ("\\.docx\\'" "cmd /c") - ("\\.pptx\\'" "cmd /c") - ("\\.xlsx\\'" "cmd /c") + ("\\.docx?\\'" "cmd /c") + ("\\.pptx?\\'" "cmd /c") + ("\\.xlsx?\\'" "cmd /c") ("\\.one\\'" "cmd /c"))) (setq dired-guess-shell-alist-user '(("\\.pdf\\'" "evince")