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; -*- ;;; 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: ;;; Commentary:
;; * treemacs ;; * treemacs

View File

@ -1,6 +1,6 @@
;;; common.el --- Common programming settings. -*- lexical-binding: t; -*- ;;; 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: ;;; Commentary:
@ -143,8 +143,8 @@
:bind :bind
("C-c p" . 'projectile-command-map) ("C-c p" . 'projectile-command-map)
(:map projectile-command-map ;; (:map projectile-command-map
("k" . 'my/projectile-kill-buffers)) ;; ("k" . 'my/projectile-kill-buffers))
) )
) ; unless slow-computer. ) ; unless slow-computer.