diff options
-rw-r--r-- | init-el.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init-el.org b/init-el.org index 8d8f276..d6b17e5 100644 --- a/init-el.org +++ b/init-el.org @@ -662,7 +662,7 @@ So, to use this file for the very first time you must modus-operandi ef-duo-light ef-day - dracula + dracula ef-cherie ef-autumn modus-vivendi )) @@ -1644,7 +1644,7 @@ a file whenever it is saved. (setq org-duration-format 'h:mm) (def-my-command my-projectile-command - '((?/ "[/] search project" project-find-regexp) + '((?/ "[/] search project" projectile-ag) (?r "[r]eplace in project" projectile-replace) (?b "project [b]uffers" projectile-ibuffer) (?o "[o]pen a project" projectile-switch-project) |