From bc98951bd9d9d8c98e33099b7d0483f72e8c4aaf Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 28 Nov 2019 10:09:13 +0100 Subject: [PATCH] Emacs: Don't close treemacs-projects when killing projectile files. --- init/basics/ui.el | 2 +- init/programming/common.el | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/init/basics/ui.el b/init/basics/ui.el index a8d0dbf..f9b7087 100644 --- a/init/basics/ui.el +++ b/init/basics/ui.el @@ -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 diff --git a/init/programming/common.el b/init/programming/common.el index 9825e96..6a3370d 100644 --- a/init/programming/common.el +++ b/init/programming/common.el @@ -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.