Browse Source

added projectile key binding

master
Marc Pohling 4 years ago
parent
commit
e44497c23e
1 changed files with 1 additions and 0 deletions
  1. 1
      init.org

1
init.org

@ -498,6 +498,7 @@ Manage projects and jump quickly between its files
:defer t :defer t
:bind :bind
(("C-c p p" . projectile-switch-project) (("C-c p p" . projectile-switch-project)
("C-c p c" . projectile-command-map)
("C-c p s s" . projectile-ag)) ("C-c p s s" . projectile-ag))
:init :init
(setq-default projectile-cache-file (concat MY--PATH_USER_LOCAL ".projectile-cache") (setq-default projectile-cache-file (concat MY--PATH_USER_LOCAL ".projectile-cache")

Loading…
Cancel
Save