mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fix audio project file links in emacs
This commit is contained in:
parent
caf3a7861b
commit
b663ba1f51
|
@ -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)))
|
||||||
|
|
Loading…
Reference in a new issue