diff options
author | Colin Okay <colin@cicadas.surf> | 2022-11-01 08:47:02 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-11-01 08:47:02 -0500 |
commit | 87d199d2623d39e906d7d369f7953dac988c921b (patch) | |
tree | a83a7372e464f618537b94a184a9e8d5da1f6689 | |
parent | 674ee8ffca4026bee182b86bafa9aabbf31d3f84 (diff) |
Fix projectile
-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) |