diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-11-01 11:33:35 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-11-01 17:43:21 +0100 |
| commit | e7a22ac6d6571c3b9269be56bd513996c38316c5 (patch) | |
| tree | 5432aa675366f519c50dde5b7cabf942b2cc44ef /extensions/corfu-popupinfo.el | |
| parent | a0ac2861e9c90c9faff1db56c3f3a5afeaba7298 (diff) | |
Use fringe for the scroll bar
This ensures that the scroll bar is always visible, even if wide characters lead
to truncation of the popup content. Before this change, the scroll bar could be
pushed out of the window by the content.
Diffstat (limited to 'extensions/corfu-popupinfo.el')
| -rw-r--r-- | extensions/corfu-popupinfo.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/corfu-popupinfo.el b/extensions/corfu-popupinfo.el index 1115afb..585052b 100644 --- a/extensions/corfu-popupinfo.el +++ b/extensions/corfu-popupinfo.el @@ -130,7 +130,6 @@ documentation from the backend is usually expensive." (left-margin-width . 1) (right-margin-width . 1) (word-wrap . t) - (fringe-indicator-alist (continuation)) (char-property-alias-alist (face font-lock-face))) "Buffer parameters.") |
