我已emacs在/etc/profile. 当我想emacs在终端中使用时。我用-nw选项打开它。在crontab -e阻止它在窗口中打开时,我怎么能有相同的行为?
小智 7
如果你觉得emacs每次启动都很慢,你也可以使用:
export EDITOR="emacsclient -t"
Run Code Online (Sandbox Code Playgroud)
但是,您必须使用以下命令启动 emacs 服务器:
emacs --daemon
Run Code Online (Sandbox Code Playgroud)