Sorry, newbie question: I am trying to get spell checking to work in emacs on MacOSX 12.3.1
I installed emacs-plus as well as Aspell via Homebrew. I then added the following lines to my .emacs
(add-hook 'text-mode-hook 'flyspell-mode)
I also added the code from this website that was posted in another question here.
I still get the following error message:
Error enabling Flyspell mode: (Searching for program No such file or directory ispell)
Can anyone point me to a resource on how to fix this or tell me what I am doing wrong?
Thank you!