Skip to content

Commit

Permalink
feat(emacs): normalize consult-projectile keybind
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed May 18, 2024
1 parent b92d271 commit 4b7bbdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nixos/programs/emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@
:general
(gg/leader
"SPC" #'consult-projectile
"C-SPC" #'consult-projectile
"b" #'consult-projectile-switch-to-buffer
"B" #'consult-buffer)
(general-def projectile-command-map
Expand Down

0 comments on commit 4b7bbdd

Please sign in to comment.