Emacs Part 49 [無断転載禁止]©5ch.net
■ このスレッドは過去ログ倉庫に格納されています
0590名無しさん@お腹いっぱい。
2016/06/13(月) 20:12:42.07https://github.com/syohex/emacs-helm-ispell
(el-get-bundle 'syohex/emacs-helm-ispell)
helmユーザなら(そうでなくても)、helm-ispellが便利かも。
$ aspell -l en dump master | sort > english_words
とかで、平文単語リストデータを適当に用意して
(setq ispell-alternate-dictionary "/path/to/english_words")
(global-set-key (kbd "M-$") 'helm-ispell)
とか適当に設定。
■ このスレッドは過去ログ倉庫に格納されています