Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在安装 Org 模式时遇到问题。我是 emacs 和 org 模式的新手。我已经从 GNU 站点下载了 Org Mode 并提取了 zip 文件。但是,我无法找到 .emacs 文件来设置加载路径(add-to-list 'load-path "~/path/to/orgdir/lisp")。
谁能帮我找到这个 .emacs 文件?干杯
$HOMEEmacs 在目录中查找 .emacs 文件。要打开文件,只需执行以下操作:
$HOME
C-x C-f ~/.emacs
(如果您很好奇)要查看您的主目录在哪里,请执行以下操作:
M-x eshell
echo $HOME
安装 emacs 包的另一种方法是使用 el-get 包管理器
https://github.com/dimitri/el-get
我每天使用 80% 的软件包都使用它。