scripts/fish/emacs-nw

8 lines
103 B
Fish

#!/usr/bin/env fish
function emacs-nw
env TERM=kitty-direct ~/.local/bin/emacs -nw $argv
end
## EOF