From 5f61771063f35f5cd6492708d89eb220e4067f6e Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sat, 16 Jan 2021 22:32:26 +0800 Subject: Some QoL changes * basic.el (set-mark-command-repeat-pop): Repeat poping * tab-conf.el (durand-switch-tab-dwim): Show the default tab to close in the prompt. --- basic.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'basic.el') diff --git a/basic.el b/basic.el index c8619d4..fcc6ed1 100644 --- a/basic.el +++ b/basic.el @@ -143,6 +143,11 @@ window, then also delete the selected window." (define-key global-map (vector ?\s-k) #'durand-kill-current-buffer) +;;; Repeating pops + +;;;###autoload +(setq set-mark-command-repeat-pop t) + ;;; auto-fill for texts (set 'adaptive-fill-mode t) -- cgit v1.2.3-18-g5258