bmag / emacs-purpose

Manage Windows and Buffers According to Purposes
GNU General Public License v3.0
496 stars 23 forks source link

Toggle fixes when purpose-mode is toggled #180

Closed bmag closed 3 years ago

bmag commented 3 years ago

Toggle the integration fixes on when purpose-mode is activated, and toggle them off when purpose-mode is deactivated. Mainly, this means the relevant advices are now active only while purpose-mode is active.

Fixes #166

bmag commented 3 years ago

Fixed the issues, should be good to go now.