Emacs: Don't close treemacs-projects when killing projectile files.

This commit is contained in:
tastytea 2019-11-28 10:09:13 +01:00
parent 5ceef50029
commit bc98951bd9
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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.