【问题标题】:Initializing Emacs in the top left corner在左上角初始化 Emacs 【发布时间】:2012-08-28 08:37:06 【问题描述】: 如何启动emacs在左上角填满一半屏幕? 改变帧大小是可行的,但是起始位置呢? 【问题讨论】: 标签: emacs screen frame init 【解决方案1】: 我不确定其他操作系统,但至少在 Linux 中,您可以使用 -g(几何)选项启动 emacs: emacs -g WIDTHxHEIGHT+XPOS+YPOS 【讨论】: