2011-03-06 76 views
1

嘿,我想試試一些導軌。而且因爲我不想使用任何花哨的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. 

回答

3

我懷疑~在Rinari路徑前是多餘的,應該刪除。

相關問題