summaryrefslogtreecommitdiff
path: root/basic.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-01-16 22:32:26 +0800
committerJSDurand <mmemmew@gmail.com>2021-01-16 22:32:26 +0800
commit5f61771063f35f5cd6492708d89eb220e4067f6e (patch)
tree0083ad3c09a5b5ade92363f7aec15a33da11d85f /basic.el
parent013253308671031a37eb904d809cd9823cecd14d (diff)
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.
Diffstat (limited to 'basic.el')
-rw-r--r--basic.el5
1 files changed, 5 insertions, 0 deletions
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)