add macports default path as a place to look for aspell
This commit is contained in:
parent
5e9d1ce92f
commit
3d0af847b6
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user