branch: externals/ivy-posframe
commit 4e7dff5043611ac37d5d22d23450b6759b37e116
Merge: b4fed55 f92c523
Author: tumashu <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #98 from snyball/master
Set truncate-lines to ivy-truncate-lines
---
ivy-posframe.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ivy-posframe.el b/ivy-posframe.el
index 46a9e0f..c092cc7 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -256,7 +256,9 @@ This variable is useful for `ivy-posframe-read-action' .")
:internal-border-color (face-attribute 'ivy-posframe-border
:background nil t)
:override-parameters ivy-posframe-parameters
(funcall ivy-posframe-size-function))
- (ivy-posframe--add-prompt 'ignore))))
+ (ivy-posframe--add-prompt 'ignore)))
+ (with-current-buffer ivy-posframe-buffer
+ (setq-local truncate-lines ivy-truncate-lines)))
(defun ivy-posframe-get-size ()
"The default functon used by `ivy-posframe-size-function'."