fixing emacsclient for yazi
This commit is contained in:
parent
940e02c1ff
commit
d26e8a696d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
};
|
};
|
||||||
opener = {
|
opener = {
|
||||||
edit = [
|
edit = [
|
||||||
{ run = "emacsclient -r -n \"$@\""; }
|
{ run = "emacsclient -r -n \"$@\""; desc = "open in current emacsclient"; orphan = true; }
|
||||||
];
|
];
|
||||||
extract = [
|
extract = [
|
||||||
{ run = "ouch d -y \"%*\""; desc = "Extract here with ouch"; for = "windows"; }
|
{ run = "ouch d -y \"%*\""; desc = "Extract here with ouch"; for = "windows"; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue