Emacs以服务的方式运行

服务模式启动

  • 启动服务emacs --daemon
  • 启动客户端emacsclient -t,终端方式启动
  • 启动客户端的命令太长,在/etc/bash.bashrc设置别名
# ------------ 定义emacsclient的别名,Emacs后台服务模式启动,加快速度 -----------
alias et='emacsclient -t'
posted @ 2020-04-13 11:08  jiftle  阅读(480)  评论(0)    收藏  举报