mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
(defun doom//reload-project ()
|
||||
(defun doom/reload-project ()
|
||||
"Reload the project root cache."
|
||||
(interactive)
|
||||
(projectile-invalidate-cache nil)
|
||||
|
Reference in New Issue
Block a user