Emacs Rinari在启动时不会加载

问题描述:

嘿,我想试试一些导轨。而且因为我不想使用任何花哨的IDE。我想我可以用Rinari使用emacs来试试rails。无论如何,我有一个问题,我无法找到任何解决方案在谷歌。Emacs Rinari在启动时不会加载

基本上我有一个干净的.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路径前是多余的,应该删除。