diff options
Diffstat (limited to 'basic.el')
-rw-r--r-- | basic.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |