Fix audio project file links in emacs

This commit is contained in:
Emmet 2024-04-01 21:09:19 -05:00
parent caf3a7861b
commit b663ba1f51
2 changed files with 10 additions and 2 deletions

View file

@ -425,7 +425,11 @@ same directory as the org-buffer and insert a link to this file."
'(file)) '(file))
(list (openwith-make-extension-regexp (list (openwith-make-extension-regexp
'("flp")) '("flp"))
"~/.local/bin/flstudio" "flstudio"
'(file))
(list (openwith-make-extension-regexp
'("mid"))
"rosegarden"
'(file)) '(file))
)) ))
(openwith-mode 1))) (openwith-mode 1)))

View file

@ -502,7 +502,11 @@ same directory as the org-buffer and insert a link to this file."
'(file)) '(file))
(list (openwith-make-extension-regexp (list (openwith-make-extension-regexp
'("flp")) '("flp"))
"~/.local/bin/flstudio" "flstudio"
'(file))
(list (openwith-make-extension-regexp
'("mid"))
"rosegarden"
'(file)) '(file))
)) ))
(openwith-mode 1))) (openwith-mode 1)))