warning msg if ghc-mod does not exist.
This commit is contained in:
parent
dee57710ab
commit
8ae67a5f66
@ -50,7 +50,8 @@
|
||||
;;;
|
||||
|
||||
(defun ghc-load-keyword (&rest args)
|
||||
(when (ghc-which ghc-module-command)
|
||||
(if (not (ghc-which ghc-module-command))
|
||||
(message "%s not found" ghc-module-command)
|
||||
(ghc-read-lisp
|
||||
(lambda ()
|
||||
(let ((msg (mapconcat 'identity (cons ghc-module-command args) " ")))
|
||||
|
Loading…
Reference in New Issue
Block a user