kpa*_*Pro 5 emacs elisp emacs23
我有一些从函数运行的进程,即: Mx run-proc1 Mx run-proc2
我想知道从命令行发出什么命令来运行 emacs,run-proc1在上面的窗口中run-proc2运行并在下面的窗口中运行。
谢谢!
稍后您可能会得到更好的答案,但将其附加到 ~/.emacs.d/init.el 可能会起作用。
(split-window-vertically)
(run-proc1)
(other-window)
(run-proc2)
(other-window)
或者(另一种方法),请参阅此链接。
| 归档时间: | 
 | 
| 查看次数: | 300 次 | 
| 最近记录: |