Rmacs: Add keabinding `C-p` for projectile-command-map.

This commit is contained in:
tastytea 2020-01-07 07:03:52 +01:00
parent 24e9433f84
commit 8d12681d1f
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
;; Time-stamp: <2019-12-31T12:57:30+0100>
;; Time-stamp: <2020-01-07T07:00:37+0100>
;;; Commentary:
@ -147,6 +147,7 @@
:bind
("C-c p" . 'projectile-command-map)
("C-p" . 'projectile-command-map)
;; (:map projectile-command-map
;; ("k" . 'my/projectile-kill-buffers))
)