add macports default path as a place to look for aspell

original commit: 3d0af847b6dfb1d51e28d34c1d3fc85a585cb77a
This commit is contained in:
Robby Findler 2013-02-28 20:44:27 -06:00
parent 7cba5db017
commit ce58e57eeb

View File

@ -19,8 +19,9 @@
(define aspell-candidate-paths
'("/usr/bin"
"/bin"
"/usr/local/bin"
"/bin"))
"/opt/local/bin/"))
(define (find-aspell-binary-path)
(define aspell (if (eq? (system-type) 'windows) "aspell.exe" "aspell"))