From 4b572b7e169ae5b674a5ffd0002959525c6b689c Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 16 May 2023 19:40:57 +0200 Subject: [PATCH] really kill buffers on C-x k --- lisp/init-workspaces.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/init-workspaces.el b/lisp/init-workspaces.el index 6128ab2..6d5f0c4 100644 --- a/lisp/init-workspaces.el +++ b/lisp/init-workspaces.el @@ -7,7 +7,9 @@ ;; global overrides (("C-x C-b" . persp-ibuffer) ("C-x b" . persp-switch-to-buffer*) - ("C-x k" . persp-kill-buffer*)) + ;; asks for confirmation + ;; ("C-x k" . persp-kill-buffer*) + ) ;; perspective specifics (:map perspective-map