windows 10 上怎么用company呀

我迁移了我的配置到windows上,然后发现company不能用了,会报Company: ispell-look-command not found这个错误。我的关于ispell的配置如下

  (custom-set-variables
   '(ispell-dictionary "british")
   '(ispell-program-name "C:\\cygwin64\\bin\\aspell.exe"))

使用的是spacemacs 有关company的配置如下:

(defun wdkirchhoff/post-init-company ()
  (progn
    (global-company-mode t)
    ;; (setq company-ispell-dictionary "/usr/share/dict/words")
    (setq company-ispell-dictionary "C:\\cygwin64\\usr\\share\\dict\\linux.words")
    )

现在词典里头的单词补不了了:sob:

用emacs的话还是在Linux下使用吧,win下太折腾。:joy: