redguardtoo / emacs.d

Fast and robust Emacs setup.
http://blog.binchen.org
GNU General Public License v3.0
2.41k stars 616 forks source link

请问 emacs 调用外部的 look 命令有什么用吗?我应该怎么关掉? #1035

Closed sui4444 closed 1 year ago

redguardtoo commented 1 year ago

Could you give me more details?

sui4444 commented 1 year ago

在使用 org-mode 输入的时候,Starting "look" process... [10 times] 。尤其是使用输入法的时候,会卡一下。

redguardtoo commented 1 year ago

must be company-ispell which auto-completes English words. You can turn off it by (setq company-ispell-available nil). Or you can assign a plain text dictionary to company-ispell-dictionary. If you use my seiup, all is setup.

The cli program look is used to look up word. If you use Cygwin or MSYS2 and add its executables to OS env variable PATH, emacs will find look out of box.

sui4444 commented 1 year ago

good,问题解决了。