Emacs: Don't close treemacs-projects when killing projectile files.
This commit is contained in:
parent
5ceef50029
commit
bc98951bd9
|
@ -1,6 +1,6 @@
|
|||
;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2019-11-09T21:08:01+00:00>
|
||||
;; Time-stamp: <2019-11-24T17:46:41+00:00>
|
||||
|
||||
;;; Commentary:
|
||||
;; * treemacs
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2019-11-20T03:33:55+00:00>
|
||||
;; Time-stamp: <2019-11-25T05:17:06+00:00>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -143,8 +143,8 @@
|
|||
|
||||
:bind
|
||||
("C-c p" . 'projectile-command-map)
|
||||
(:map projectile-command-map
|
||||
("k" . 'my/projectile-kill-buffers))
|
||||
;; (:map projectile-command-map
|
||||
;; ("k" . 'my/projectile-kill-buffers))
|
||||
)
|
||||
) ; unless slow-computer.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user