Emacs: Remove keybinding C-p for projectile.
This commit is contained in:
parent
5ed109b895
commit
76ccb85419
|
@ -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))
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user