mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feature/popup: define window-sides-reversed #349
This commit is contained in:
@ -416,6 +416,8 @@ prevent the popup(s) from messing up the UI (or vice versa)."
|
||||
;;
|
||||
|
||||
(when (version< emacs-version "26")
|
||||
(defvar window-sides-reversed nil)
|
||||
|
||||
(defun window--sides-reverse-on-frame-p (frame)
|
||||
"Return non-nil when side windows should appear reversed on FRAME.
|
||||
This uses some heuristics to guess the user's intentions when the
|
||||
|
Reference in New Issue
Block a user