diff options
author | Raul Benencia <id@rbenencia.name> | 2022-10-07 21:47:42 -0700 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2022-10-07 21:47:42 -0700 |
commit | ce99582d9227a9a114444724f2f272b652b158bf (patch) | |
tree | 013148921a5d835ff3eecb186cbcca4779c87bc4 /.emacs.local.d/modes/hydra.el | |
parent | 0fc780db992ce867f018e0c527e4d9a01e67a517 (diff) |
emacs: save-project-buffers hydra shortcut
Diffstat (limited to '.emacs.local.d/modes/hydra.el')
-rw-r--r-- | .emacs.local.d/modes/hydra.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.local.d/modes/hydra.el b/.emacs.local.d/modes/hydra.el index cf86a25..8afe86f 100644 --- a/.emacs.local.d/modes/hydra.el +++ b/.emacs.local.d/modes/hydra.el @@ -40,7 +40,7 @@ _s-f_: file _a_: ag _i_: Ibuffer _c_: cache ("o" projectile-multi-occur) ("s-p" projectile-switch-project "switch project") ("p" projectile-switch-project) - ("s" projectile-ripgrep) + ("s" projectile-save-project-buffers "save project buffers") ("r" projectile-recentf) ("x" projectile-remove-known-project) ("X" projectile-cleanup-known-projects) |