branch: elpa/why-this
commit 0975f5b57ffc77bf4aa871aa313085b80c5e43cd
Author: Akib Azmain Turja <a...@disroot.org>
Commit: Akib Azmain Turja <a...@disroot.org>

    Fix #2: Truncate long lines in annotation buffer
---
 why-this.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/why-this.el b/why-this.el
index 4258236744..04f378432f 100644
--- a/why-this.el
+++ b/why-this.el
@@ -687,6 +687,7 @@ Actually the supported backend is returned."
 (define-derived-mode why-this-annotate-mode
   special-mode "Why-This-Annotate"
   "Major mode for output buffer of `why-this-annotate'."
+  (setq-local truncate-lines t)
   (add-to-invisibility-spec '(ellipsis . t)))
 
 (defun why-this-git (cmd &rest args)

Reply via email to