summaryrefslogtreecommitdiff
path: root/modules/system-utils.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system-utils.el')
-rw-r--r--modules/system-utils.el9
1 files changed, 3 insertions, 6 deletions
diff --git a/modules/system-utils.el b/modules/system-utils.el
index e76cd54c..605a2a1c 100644
--- a/modules/system-utils.el
+++ b/modules/system-utils.el
@@ -130,19 +130,16 @@ Don't automatically display output buffers, but keep them in buffer list."
(setq openwith-associations
(list
(list (openwith-make-extension-regexp
- '("mpg" "mpeg" "mp3" "mp4" "webp"
- "avi" "wmv" "wav" "mov" "flv"
- "ogm" "ogg" "mkv"))
+ '("mpg" "mpeg" "mp3" "mp4" "webm" "avi" "wmv" "wav" "mov" "flv" "ogm" "ogg" "mkv"))
"mpv"
'(file))
;; removed jpg from list below as dashboard was opening nxiv
(list (openwith-make-extension-regexp
- '("xbm" "pbm" "pgm" "ppm" "pnm"
- "png" "gif" "bmp" "tif"))
+ '("xbm" "pbm" "pgm" "ppm" "pnm" "png" "gif" "bmp" "tif"))
"nsxiv"
'(file))
(list (openwith-make-extension-regexp
- '("odt" "odf"))
+ '("odt" "odf" "xls" "xlsx" "doc" "docx"))
"libreoffice"
'(file))
(list (openwith-make-extension-regexp