Tridactyl uses emacsclient as external editor

This commit is contained in:
Andrea Ciceri 2024-11-15 10:02:22 +01:00
parent 00f6fd9f6e
commit fb1244edcf
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -86,7 +86,7 @@ in
};
xdg.configFile."tridactyl/tridactylrc".text = ''
set editorcmd footclient -e hx %f
set editorcmd emacsclient -c %f
colors catppuccin
'';