Skip to content

Commit

Permalink
change default value
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Nov 17, 2024
1 parent c4fcbf0 commit cb31a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/lisp-mode/ext/completion.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:*documentation-popup-gravity*))
(in-package :lem-lisp-mode/completion)

(defvar *documentation-popup-gravity* :vertically-adjacent-window-dynamic
(defvar *documentation-popup-gravity* :vertically-adjacent-window
"The `gravity` (anchor position) used for documentation popup windows.
To prevent the window from going off screen the default choice tries to place
the window to the right of the completion window, unless the space is insuficient.
Expand Down

0 comments on commit cb31a57

Please sign in to comment.