Deactivate mark before switching window configs

Fixes #57
This commit is contained in:
Vasilij Schneidermann
2016-12-21 23:06:08 +01:00
parent a009536514
commit a1fec631fc

View File

@ -137,6 +137,7 @@ t: Clean up and display the scratch buffer."
"Hook run before switching to a window config."
:type 'hook
:group 'eyebrowse)
(add-hook 'eyebrowse-pre-window-switch-hook 'deactivate-mark)
(defcustom eyebrowse-post-window-switch-hook nil
"Hook run after switching to a window config."