summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-11-01 11:33:35 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-11-01 17:43:21 +0100
commite7a22ac6d6571c3b9269be56bd513996c38316c5 (patch)
tree5432aa675366f519c50dde5b7cabf942b2cc44ef /extensions
parenta0ac2861e9c90c9faff1db56c3f3a5afeaba7298 (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')
-rw-r--r--extensions/corfu-popupinfo.el1
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.")