Rename doom//reload-project -> doom/reload-project

Conform command to new naming convention (removed the doom//abc
convention).
This commit is contained in:
Henrik Lissner 2018-08-11 21:45:53 +02:00
parent 69eb2cd40d
commit 9ddfca44d1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -28,7 +28,7 @@ they are absolute."
;;
;;;###autoload
(defun doom//reload-project ()
(defun doom/reload-project ()
"Reload the project root cache."
(interactive)
(projectile-invalidate-cache nil)