From 52f6f9dc2013f88809c345ebb9922f1d2c5ef0cb Mon Sep 17 00:00:00 2001 From: Austin Bingham Date: Tue, 11 Nov 2014 16:33:26 +0100 Subject: [PATCH] Added 'contrib' directory to ycmd recipe. --- recipes/ycmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ycmd b/recipes/ycmd index adbd1fb2..4a3f0fad 100644 --- a/recipes/ycmd +++ b/recipes/ycmd @@ -1,3 +1,3 @@ (ycmd :fetcher github :repo "abingham/emacs-ycmd" - :files ("ycmd.el" "third-party/*.el")) + :files ("ycmd.el" "third-party/*.el" "contrib/*.el"))