标签: emacs
当我启动emacs时,我想立即加载一个shell。有没有办法通过更改我的.emacs文件来做到这一点?
答案 0 :(得分:5)
我只是将(shell)放到.emacs文件的末尾,然后在emacs启动后立即打开。
(shell)
.emacs