服务模式启动

  • 启动服务emacs --daemon
  • 启动客户端emacsclient -t,终端方式启动
  • 启动客户端的命令太长,在/etc/bash.bashrc设置别名
# ------------ 定义emacsclient的别名,Emacs后台服务模式启动,加快速度 -----------
alias et='emacsclient -t'

相关文章:

  • 2022-12-23
  • 2021-11-12
  • 2021-07-24
  • 2021-08-15
  • 2021-11-21
  • 2021-12-22
猜你喜欢
  • 2022-12-23
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2021-08-28
相关资源
相似解决方案