(cua-mode): Deactivate mark when cua-mode is enabled.
This commit is contained in:
@@ -1336,6 +1336,7 @@ paste (in addition to the normal emacs bindings)."
|
||||
(delete-selection-mode -1))
|
||||
(if (and (boundp 'pc-selection-mode) pc-selection-mode)
|
||||
(pc-selection-mode -1))
|
||||
(cua--deactivate)
|
||||
(setq transient-mark-mode (and cua-mode
|
||||
(if cua-highlight-region-shift-only
|
||||
(not cua--explicit-region-start)
|
||||
|
||||
Reference in New Issue
Block a user