notes/util/editors/emacs/.emacs.d/rc/emacs-rc-cua.el
Ihar Hancharenka 9685f30a41 m
2025-04-03 11:30:33 +03:00

9 строки
404 B
EmacsLisp

;(setq cua-mode t)
;(setq cua-keep-region-after-copy t) ;; Standard Windows behaviour
;(setq cua-selection-mode t) - by it's own don't allow us to use (cua-keep-region-after-copy)
; (setq cua-auto-tabify-rectangles nil) ;; Don't tabify after rectangle commands
;(transient-mark-mode 1) ;; No region when it is not highlighted
(delete-selection-mode t) ; delete the selection area with a keypress