Sorry for the frustration.
Been trying to get this feature to work, but no luck
Ive downloaded the flyspell.el file. Not exactly sure where the default load-path is under aquamacs but i through it in the /application/aquamacs/resources/contents/site-lisp folder because there were a bunch of other lisp files in there.
I tried adding the line
(autoload 'flyspell-mode "flyspell" "On-the-fly spelling checker." t)
to both the .emacs file i have in my home directory and the preferences.el file with no luck.
I then tried an explicit load in both the earlier mentioned files,
(let ((library-to-load "Users/m3the01/Desktop/flyspell-1.7m.el"))
(if (file-exists-p library-to-load) (load-file library-to-load)))
But still no luck,
I tried enabling it with
Mx flyspell-mode and get 'wrong argument type stringp, nil
Any and all help would greatly be appreciated!
Been trying to get this feature to work, but no luck
Ive downloaded the flyspell.el file. Not exactly sure where the default load-path is under aquamacs but i through it in the /application/aquamacs/resources/contents/site-lisp folder because there were a bunch of other lisp files in there.
I tried adding the line
(autoload 'flyspell-mode "flyspell" "On-the-fly spelling checker." t)
to both the .emacs file i have in my home directory and the preferences.el file with no luck.
I then tried an explicit load in both the earlier mentioned files,
(let ((library-to-load "Users/m3the01/Desktop/flyspell-1.7m.el"))
(if (file-exists-p library-to-load) (load-file library-to-load)))
But still no luck,
I tried enabling it with
Mx flyspell-mode and get 'wrong argument type stringp, nil
Any and all help would greatly be appreciated!