From 9ddfca44d1b2e0e81f80ed6a0fd8d503a44b2dee Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 11 Aug 2018 21:45:53 +0200 Subject: [PATCH] Rename doom//reload-project -> doom/reload-project Conform command to new naming convention (removed the doom//abc convention). --- core/autoload/projects.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/autoload/projects.el b/core/autoload/projects.el index d70fc0c11..216f7afb9 100644 --- a/core/autoload/projects.el +++ b/core/autoload/projects.el @@ -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)