bmag / emacs-purpose

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

recent change requires magit within window-purpose-x.el #175

Closed emacs18 closed 3 years ago

emacs18 commented 3 years ago

4772219eaca499adde543c1b561cc7d9cbbca09c was checked in recently which introduced dependence on magit-display-buffer-function within window-purpose-x.el. Since this variable is defined in magit-mode.el, I think we now must add (require 'magit-mode) within window-purpose-x.el.

wyuenho commented 3 years ago

Already fixed by #174 . Wait for Melpa to rebuild.

emacs18 commented 3 years ago

Thanks. I verified that it worked by using straight.el and spacemacs.