Remove ycmd warning for unset var; always fires

This commit is contained in:
Nir Friedman 2017-11-05 09:54:55 -05:00 committed by syl20bnr
parent 589d341d67
commit 2ce1e367c0
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@
ycmd
))
(unless (boundp 'ycmd-server-command)
(message (concat "YCMD won't work unless you set the ycmd-server-command "
"variable to the path to a ycmd install.")))
(defun ycmd/init-company-ycmd ()
(use-package company-ycmd
:defer t