Skip to content

Commit

Permalink
Add back C-c p as a prefix for Projectile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov authored and Caleb Epstein committed Sep 4, 2019
1 parent a2a7608 commit 3d2d982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/prelude-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
(define-key map (kbd "C-c i") 'imenu-anywhere)
;; extra prefix for projectile
(define-key map (kbd "s-p") 'projectile-command-map)
(define-key map (kbd "C-c p") 'projectile-command-map)
;; make some use of the Super key
(define-key map (kbd "s-g") 'god-local-mode)
(define-key map (kbd "s-r") 'crux-recentf-ido-find-file)
Expand Down

0 comments on commit 3d2d982

Please sign in to comment.