From edf8d639b316e50ad6c7d56ac1e12c8f334cf5d1 Mon Sep 17 00:00:00 2001 From: Amneesh Singh Date: Fri, 28 Jun 2024 17:41:48 +0530 Subject: [PATCH] emacs: minor fix Signed-off-by: Amneesh Singh --- home/natto/config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/natto/config/emacs/config.org b/home/natto/config/emacs/config.org index aeeb7cd..15e229b 100644 --- a/home/natto/config/emacs/config.org +++ b/home/natto/config/emacs/config.org @@ -501,7 +501,7 @@ not using this anymore "M-C-k" 'enlarge-window "C-q" 'delete-window "M-C-S-q" 'kill-buffer-and-window - "M-w" 'centaur-tabs--kill-this-buffer-dont-ask + "M-w" (lambda () (interactive) (kill-buffer (current-buffer))) "M-S-w" 'kill-window) #+end_src