[Dired] Minor modification for ‘dired-guess-shell-alist-user’

This commit is contained in:
Daniel - 2018-08-18 09:54:32 +02:00
parent 15eae235d4
commit 62ea5520cb
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 3 deletions

View File

@ -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")