[Emacs] Make test in projectile root

This commit is contained in:
Ivan Malison 2016-09-22 18:09:01 -07:00
parent 46e42d2e93
commit 8d6eb9fd9e
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1250,7 +1250,8 @@ https://github.com/alpaker/Fill-Column-Indicator/issues/21 for more details
(defun imalison:make-test ()
(interactive)
(imalison:named-compile "make test"))
(let ((default-directory (projectile-project-root)))
(imalison:named-compile "make test")))
(defun imalison:glide-up ()
(interactive)