diff options
author | bd <bdunahu@operationnull.com> | 2025-05-30 20:28:19 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-30 20:28:19 -0400 |
commit | 32112998ee63e1fcd2035d04c85528069012b4ea (patch) | |
tree | 9818738496b8190cf8f2c92abcf429a8250ee5d6 /.config/emacs/modules | |
parent | 1ce81fdd5e49ccf483b93430b7618c5e251eed0d (diff) |
Allow opening of ogg files in mpv
Diffstat (limited to '.config/emacs/modules')
-rw-r--r-- | .config/emacs/modules/bd--files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--files.el b/.config/emacs/modules/bd--files.el index f4c4f4f..068e995 100644 --- a/.config/emacs/modules/bd--files.el +++ b/.config/emacs/modules/bd--files.el @@ -53,7 +53,7 @@ (bd/open-with-function #'bd/zathura)) ((string-match (regexp-opt '("mkv" "mov" "mp4" "webm" "m4v" "wav" "mp3" "opus" "ogv" "flac" - "m4a")) ext) + "m4a" "ogg")) ext) (bd/open-with-function #'bd/mpv)) ((string-match (regexp-opt '("jpg" "jpeg" "png" "webp" "ico" "gif" "JPG" "PNG")) ext) |