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

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

[nongnu] elpa/corfu-terminal 15c1b149cf: Fix #4: Bump version to 0.2


From: ELPA Syncer
Subject: [nongnu] elpa/corfu-terminal 15c1b149cf: Fix #4: Bump version to 0.2
Date: Wed, 25 May 2022 11:58:16 -0400 (EDT)

branch: elpa/corfu-terminal
commit 15c1b149cf1bda0f928b706be4b5050afa1699e0
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Fix #4: Bump version to 0.2
---
 corfu-terminal.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/corfu-terminal.el b/corfu-terminal.el
index 669f7819c1..b27b9b928d 100644
--- a/corfu-terminal.el
+++ b/corfu-terminal.el
@@ -4,8 +4,8 @@
 
 ;; Author: Akib Azmain Turja <akib@disroot.org>
 ;; Created: 2022-04-11
-;; Version: 0.1
-;; Package-Requires: ((emacs "26.1") (corfu "0.24") (popon "0"))
+;; Version: 0.2
+;; Package-Requires: ((emacs "26.1") (corfu "0.24") (popon "0.1"))
 ;; Keywords: convenience
 ;; Homepage: https://codeberg.org/akib/emacs-corfu-terminal
 
@@ -151,6 +151,8 @@ definition in Corfu."
                           (car corfu-terminal--last-position)
                         (let ((pos (popon-x-y-at-pos pos)))
                           (cons
+                           ;; NOTE: `window-max-chars-per-line' is probably
+                           ;; better.
                            (max
                             (min (- (car pos) off)
                                  (- (window-width)



reply via email to

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