Use program path for shell command

Looks like this got caught up in the rename
This commit is contained in:
Kevin Smith 2020-08-14 14:53:26 -07:00 committed by tecosaur
parent 0cab59dbe4
commit 815cd06a3f
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ Word may contain some special characters:
"Show available dictionaries."
(interactive)
(let (resize-mini-windows)
(shell-command "lexic -l" lexic-buffer-name)))
(shell-command (concat lexic-program-path " -l") lexic-buffer-name)))
(defvar lexic-current-dictionary-list nil)