mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Rename doom//reload-project -> doom/reload-project
Conform command to new naming convention (removed the doom//abc convention).
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user