Rename doom//reload-project -> doom/reload-project
Conform command to new naming convention (removed the doom//abc convention).
This commit is contained in:
parent
69eb2cd40d
commit
9ddfca44d1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ they are absolute."
|
||||||
;;
|
;;
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun doom//reload-project ()
|
(defun doom/reload-project ()
|
||||||
"Reload the project root cache."
|
"Reload the project root cache."
|
||||||
(interactive)
|
(interactive)
|
||||||
(projectile-invalidate-cache nil)
|
(projectile-invalidate-cache nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue