Fix audio project file links in emacs
This commit is contained in:
@@ -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)))
|
||||||
|
@@ -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)))
|
||||||
|
Reference in New Issue
Block a user