replace neovim with terminal emacs
This commit is contained in:
2
home/default/.local/bin/em
Executable file
2
home/default/.local/bin/em
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
setsid -f emacsclient --create-frame --alternate-editor='emacs' $@ >/dev/null 2>&1
|
Reference in New Issue
Block a user