Create a timer that periodically imports ghq directories to projectile-known-projects.
(defun projectile-update-known-projects-with-ghq ()
(interactive)
(when (executable-find "ghq")
(make-process :name "ghq"
:buffer (get-buffer-create "*ghq*")