2017-05-28 21 views
0

我是新來的Emacs,這是我在編輯.spacemacs配置文件第一次嘗試。 我正在嘗試在Spacemacs上安裝組織層,但得到了警告。.spacemacs配置文件失敗:與-EVAL-後負荷

組織被包裹在與-EVAL-後負荷,如http://spacemacs.org/layers/+emacs/org/README.html#important-note

這是我的〜/ .spacemacs文件建議,加上org與-EVAL-後負荷裹着:

dotspacemacs-configuration-layers 
    '(
    markdown 
    ;; ---------------------------------------------------------------- 
    ;; Example of useful layers you may want to use right away. 
    ;; Uncomment some layer names and press <SPC f e R> (Vim style) or 
    ;; <M-m f e R> (Emacs style) to install them. 
    ;; ---------------------------------------------------------------- 
    helm 
    ;; auto-completion 
    ;; better-defaults 
    emacs-lisp 
    ;; git 
    ;; markdown 
    (with-eval-after-load 'org 
     org 
     ) 
    ;; (shell :variables 
    ;;  shell-default-height 30 
    ;;  shell-default-position 'bottom) 
    spell-checking 

當我dotspacemacs /同步配置的層,並且此警告出現:

warning: (Spacemacs) some tests failed, check `*dotfile-test-results*' buffer 

下面是從dotfile試驗結果緩衝器的屏幕快照用 「FAIL:與-EVAL-後負荷」: enter image description here

什麼可能導致警告? 我正在使用GNU Emacs 25.2.1

回答

1

刪除(with-eval-after-load 'org org)並將其替換爲普通org

這是不是他們打算你把那個。

如果您發現自己編寫(或複製)自定義組織代碼,則使用建議的方法。