Tridactyl uses emacsclient as external editor
This commit is contained in:
parent
00f6fd9f6e
commit
fb1244edcf
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."tridactyl/tridactylrc".text = ''
|
xdg.configFile."tridactyl/tridactylrc".text = ''
|
||||||
set editorcmd footclient -e hx %f
|
set editorcmd emacsclient -c %f
|
||||||
|
|
||||||
colors catppuccin
|
colors catppuccin
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Reference in a new issue