You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a similar problem with window-numbering-mode where when I switched windows it would not resize accordingly. The approach might be to advice select-window or to create hooks in either ace-window or golden-ratio or what have you. The answer to advising select-window(#57 ) might be good enough.
Without being too wordy on the reference, this snippet might help you friend... I think.
;; Refer to issue #57 for the complete code, this is just for ease
(add-hook'buffer-list-update-hook#'golden-ratio)
(add-hook'focus-in-hook#'golden-ratio)
(add-hook'focus-out-hook#'golden-ratio)
ace-window is a easy way switch multi-window/frame quickly.
Thanks.
The text was updated successfully, but these errors were encountered: