我是刚刚安装的 spacemacs dev分支。启动之后显示出错:
(Spacemacs) Error in dotspacemacs/init: Variable: “dotspacemacs-startup-lists” has value: “(recents projects)” that doesn’t match its type: “(choice (alist :key-type (choice (const recents) (const recents-by-project) (const bookmarks) (const projects) (const agenda) (const todos)) :value-type (choice integer (const nil) (cons integer integer))) (const nil))”. Validator message: “(user-error Looking for (choice (alist :key-type ... :value-type ...) (const nil))' in
(recents projects)’ failed because:
all of the options failed
Looking for (alist :key-type (choice ... ... ... ... ...) :value-type (choice integer ... ...))' in
(recents projects)’ failed because:
Looking for (repeat (cons ... ...))' in
(recents projects)’ failed because:
Looking for (cons (choice ... ... ... ... ...) (choice integer ... ...))' in
recents’ failed because:
not a cons
Looking for (const nil)' in
(recents projects)’ failed because:
not the expected value)”
貌似和recent 列表有关。但是我进入emacs之后执行了recent clean up 之后再重启,仍然有问题。是不是需要删除recent的文件?那么这个文件在什么地方呢?