I'm having difficulty getting flyspell
to accept a personal dictionary
.
In my .emacs
file I have the line:
(setq ispell-personal-dictionary "~/.karpov_dic")
This .karpov_dic file only has a few words such as:
Orionis
Virginis
The words are separated by \n
characters. There's only one word per line, which is how I have seen ispell/aspell customized dictionaries so far.
Yet, in Emacs, when I start
M-x flyspell-mode
I get this:
Error: The file "/home/karpov/.karpov_dic is not in the proper format.
Any clues?