How to remove an entry from ispell private dictionary?

前端 未结 4 780
长发绾君心
长发绾君心 2021-02-18 23:31

I was wondering how could I remove one (wrongly inserted) entry/word from the ispell private-dictionary.

EDIT

after more digging i am still unab

4条回答
  •  悲哀的现实
    2021-02-18 23:51

    Super late to the party but hopefully I can help someone else with this issue. If you look at the top of the emacs window it tells you what program emacs is using for the dictionary. In my case it read "prog: hunspell."

    So all you have to do in that case is find the hunspell dictionary and edit (i.e., remove) the rogue word.

    In my case, 'emacs ~/.hunspell_en_US', opened a text file where I located and removed the word I accidentally added.

提交回复
热议问题