我希望能够在从命令行启动 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。
请注意,我不想使更改永久化。这就是为什么我要求命令行解决方案。