在 emacs 中使用 flyspell-prog-mode 會(huì)導(dǎo)致 go-automplete 阻塞。無論如何我可以讓這兩種模式很好地一起玩嗎?我研究過使用另一種拼寫檢查器,但沒有找到具有與 flyspell 相同功能的拼寫檢查器(即僅檢查注釋和字符串,并即時(shí)執(zhí)行)。任何提示最感謝,謝謝
2 回答
人到中年有點(diǎn)甜
TA貢獻(xiàn)1895條經(jīng)驗(yàn) 獲得超7個(gè)贊
這是auto-complete. 做就是了
(ac-flyspell-workaround)
設(shè)置后auto-complete。
天涯盡頭無女友
TA貢獻(xiàn)1831條經(jīng)驗(yàn) 獲得超9個(gè)贊
jpkotta 是正確的。供參考的完整解決方案是:
(with-eval-after-load 'go-mode
(require 'go-autocomplete)
(ac-flyspell-workaround))
- 2 回答
- 0 關(guān)注
- 214 瀏覽
添加回答
舉報(bào)
0/150
提交
取消
