繁体   English   中英

Emacs Rinari在启动时不会加载

[英]Emacs Rinari won't load at startup

嘿,我想尝试一些滑轨。 而且由于我不想使用任何精美的IDE。 我以为可以在Rinari中使用emacs进行尝试。 无论如何,我遇到了一些问题,我在Google上找不到任何解决方案。

基本上我有一个干净的.emacs并为此添加了必要的行

   ;; Interactively Do Things (highly recommended, but not strictly required)
   (require 'ido)
   (ido-mode t)

   ;; Rinari
   (add-to-list 'load-path "~/home/stardust/rinari")
   (require 'rinari)

唯一改变的是我提取Rinari的位置。 当我尝试使用这些更改打开emacs时,出现此错误。 任何人都可能知道问题所在吗?

Warning (initialization): An error occurred while loading `/home/stardust/.emacs':

File error: Cannot open load file, rinari

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the `--debug-init' option to view a complete error backtrace.

我怀疑通往Rinari的路径前面的~是多余的,应该删除。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM