Use executable-find for sdcv path

This commit is contained in:
Yoav Marco 2020-08-30 02:01:59 +03:00 committed by tecosaur
parent aed46d7292
commit c8227c81db
1 changed files with 1 additions and 1 deletions

View File

@ -1833,7 +1833,7 @@ dictionary list. It has the form:
Any cons cell here means using all dictionaries.
")
(defvar lexic-program-path "/usr/bin/sdcv"
(defvar lexic-program-path (executable-find "sdcv")
"The path of lexic program.")
(defvar lexic-dictionary-path nil