replace neovim with terminal emacs

This commit is contained in:
cho
2023-05-13 01:06:40 +07:00
parent 2f6245a13a
commit 3ac2f3f9c1
4 changed files with 12 additions and 7 deletions

2
home/default/.local/bin/emnw Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
emacsclient -nw -c --alternate-editor='emacs -nw' $@