Skip to content

Commit

Permalink
I do actually like C-M-f for finding files with projectile too
Browse files Browse the repository at this point in the history
  • Loading branch information
Archenoth committed Nov 27, 2024
1 parent 88dda3a commit 361fa9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Archemacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ Here are a bunch of things that I find handy universally. Which means most of th
:ensure helm-projectile
:init (projectile-mode)
:config (require 'helm-projectile)
:bind ("C-p" . projectile-find-file)
:bind (("C-M-f" . projectile-find-file)
("C-p" . projectile-find-file))
:custom
(projectile-enable-caching nil)
(projectile-completion-system 'helm))
Expand Down

0 comments on commit 361fa9e

Please sign in to comment.