summaryrefslogtreecommitdiff
path: root/basic.el
diff options
context:
space:
mode:
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)