feature/popup: define window-sides-reversed #349
This commit is contained in:
parent
e6e1282346
commit
28ac52e4db
1 changed files with 2 additions and 0 deletions
|
@ -416,6 +416,8 @@ prevent the popup(s) from messing up the UI (or vice versa)."
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(when (version< emacs-version "26")
|
(when (version< emacs-version "26")
|
||||||
|
(defvar window-sides-reversed nil)
|
||||||
|
|
||||||
(defun window--sides-reverse-on-frame-p (frame)
|
(defun window--sides-reverse-on-frame-p (frame)
|
||||||
"Return non-nil when side windows should appear reversed on FRAME.
|
"Return non-nil when side windows should appear reversed on FRAME.
|
||||||
This uses some heuristics to guess the user's intentions when the
|
This uses some heuristics to guess the user's intentions when the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue