【发布时间】:2013-06-02 08:56:14
【问题描述】:
How to open files automatically when starting emacs? 在 Windows 或 Linux 下都不起作用。
添加find-file 命令后我收到一条消息
所以我禁用了auto-save,但文件仍然无法加载。
(add-to-list 'load-path "~/emacs/org-8.0.3")
(setq auto-save-default nil)
(find-file "/home/uwe/Dropbox/orgmode.org")
【问题讨论】:
-
您确定文件中有内容吗?无论自动保存和加载路径如何,这都应该有效。
-
确实加载了,切换缓冲区有帮助!