【发布时间】:2012-04-10 22:23:20
【问题描述】:
我希望能够在从命令行启动 Emacs 时指定它的窗口布局。
更具体地说,我调用“emacs file1 file2 file3 file4”,例如,我会像看到
+---------+ +--------+
| file1 | | buff |
| | | list |
+---------+ instead of the default +--------+ that I see currently
| | | |
| file3 | | file4 |
+---------+ +--------+
我的 emacs 是 GNU Emacs 24.0.91.1,我不使用 emacsclient。
注意,我不想永久更改。这就是我要求命令行解决方案的原因。
【问题讨论】:
标签: emacs