mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #1973: selected region survives switching workspaces
Leaving behind ineffectual region highlights
This commit is contained in:
@ -171,6 +171,9 @@ stored in `persp-save-dir'.")
|
||||
|
||||
(add-hook 'projectile-after-switch-project-hook #'+workspaces-switch-to-project-h)
|
||||
|
||||
;; Fix #1973: visual selection surviving workspace changes
|
||||
(add-hook 'persp-before-deactivate-functions #'deactivate-mark)
|
||||
|
||||
;; Fix #1017: stop session persistence from restoring a broken posframe
|
||||
(after! posframe
|
||||
(add-hook! 'persp-after-load-state-functions
|
||||
|
Reference in New Issue
Block a user