notes/os/editors/emacs/.emacs.d/rc/emacs-rc-cua.el
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +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