Fix #1973: selected region survives switching workspaces
Leaving behind ineffectual region highlights
This commit is contained in:
parent
b0ac9abfbf
commit
d347574d30
1 changed files with 3 additions and 0 deletions
|
@ -171,6 +171,9 @@ stored in `persp-save-dir'.")
|
||||||
|
|
||||||
(add-hook 'projectile-after-switch-project-hook #'+workspaces-switch-to-project-h)
|
(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
|
;; Fix #1017: stop session persistence from restoring a broken posframe
|
||||||
(after! posframe
|
(after! posframe
|
||||||
(add-hook! 'persp-after-load-state-functions
|
(add-hook! 'persp-after-load-state-functions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue