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))
|
||||
(list (openwith-make-extension-regexp
|
||||
'("flp"))
|
||||
"~/.local/bin/flstudio"
|
||||
"flstudio"
|
||||
'(file))
|
||||
(list (openwith-make-extension-regexp
|
||||
'("mid"))
|
||||
"rosegarden"
|
||||
'(file))
|
||||
))
|
||||
(openwith-mode 1)))
|
||||
|
|
|
@ -502,7 +502,11 @@ same directory as the org-buffer and insert a link to this file."
|
|||
'(file))
|
||||
(list (openwith-make-extension-regexp
|
||||
'("flp"))
|
||||
"~/.local/bin/flstudio"
|
||||
"flstudio"
|
||||
'(file))
|
||||
(list (openwith-make-extension-regexp
|
||||
'("mid"))
|
||||
"rosegarden"
|
||||
'(file))
|
||||
))
|
||||
(openwith-mode 1)))
|
||||
|
|
Loading…
Reference in a new issue