Emacs: Remove keybinding C-p for projectile.

This commit is contained in:
tastytea 2020-01-20 02:54:46 +01:00
parent 5ed109b895
commit 76ccb85419

View File

@ -1,6 +1,6 @@
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*- ;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-01-15T23:14:12+0100> ;; Time-stamp: <2020-01-20T02:52:53+0100>
;;; Commentary: ;;; Commentary:
@ -152,7 +152,6 @@
:bind :bind
("C-c p" . 'projectile-command-map) ("C-c p" . 'projectile-command-map)
("C-p" . 'projectile-command-map)
;; (:map projectile-command-map ;; (:map projectile-command-map
;; ("k" . 'my/projectile-kill-buffers)) ;; ("k" . 'my/projectile-kill-buffers))
) )