From 42de6d457f9c47b76e26a53055d0dfe026f94bd6 Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 3 Mar 2025 23:32:21 -0500 Subject: Selector functions for displaying a directory of web documentation --- .config/emacs/modules/bd--files.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/emacs/modules/bd--files.el') diff --git a/.config/emacs/modules/bd--files.el b/.config/emacs/modules/bd--files.el index 5cf4e86..06a113a 100644 --- a/.config/emacs/modules/bd--files.el +++ b/.config/emacs/modules/bd--files.el @@ -34,6 +34,7 @@ (cdr (assoc (file-name-extension file) '(("gba" . "mgba") ("z64" . "mupen64plus") + ("iso" . "dolphin-emu") ("n64" . "mupen64plus") ("sfc" . "bsnes")))))) (start-process command nil command (expand-file-name file)))) @@ -57,7 +58,7 @@ (bd/open-with-function #'bd/nsxiv)) ((string-match (regexp-opt '("qcow2")) ext) (bd/open-with-function #'bd/qemu)) - ((string-match (regexp-opt '("gba" "z64" "n64" "sfc")) ext) + ((string-match (regexp-opt '("gba" "z64" "n64" "sfc" "iso")) ext) (bd/open-with-function #'bd/rom)) (t (apply f args))))) (advice-add #'find-file :around #'bd/external-find-file-wrapper) -- cgit v1.2.3