emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/why-this 0975f5b57f 48/59: Fix #2: Truncate long lines in


From: ELPA Syncer
Subject: [nongnu] elpa/why-this 0975f5b57f 48/59: Fix #2: Truncate long lines in annotation buffer
Date: Sun, 27 Nov 2022 16:02:53 -0500 (EST)

branch: elpa/why-this
commit 0975f5b57ffc77bf4aa871aa313085b80c5e43cd
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@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

[Prev in Thread] Current Thread [Next in Thread]