Skip to content

Commit

Permalink
define a keymap prefix for projectile
Browse files Browse the repository at this point in the history
Starting with projectile version 1.1, the projectile (and counsel-projectile) key bindings are only available after you select a keymap prefix for them. For instance, to select C-c p as prefix (the default prior to version 1.1), you need to execute the following form:
  • Loading branch information
flexyford authored May 10, 2019
1 parent e043bbb commit ead9639
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontmacs-projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
;; itself properly
(require 'projectile)

;;; select a keymap prefix for projectile
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)

;; turn on projectile everywhere
(projectile-global-mode t)

Expand Down

0 comments on commit ead9639

Please sign in to comment.