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

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

[elpa] externals/corfu 3f39586 2/2: Merge pull request #29 from tarsiifo


From: ELPA Syncer
Subject: [elpa] externals/corfu 3f39586 2/2: Merge pull request #29 from tarsiiformes/indentation
Date: Thu, 17 Jun 2021 01:57:13 -0400 (EDT)

branch: externals/corfu
commit 3f39586b0601d22cd796b4b7597240bc010eadde
Merge: c67dbaf 76c2cae
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: GitHub <noreply@github.com>

    Merge pull request #29 from tarsiiformes/indentation
    
    Fix indentation
---
 corfu.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/corfu.el b/corfu.el
index 8528962..fe47b62 100644
--- a/corfu.el
+++ b/corfu.el
@@ -223,8 +223,8 @@ Set to nil in order to disable confirmation."
                            (- (alist-get 'child-frame-border-width 
corfu--frame-parameters)))
                         (- (frame-pixel-width) width))))
          (yb (+ (cadr edge) (window-tab-line-height) y lh))
-        (y (if (> (+ yb height lh lh) (frame-pixel-height))
-               (- yb height lh 1)
+         (y (if (> (+ yb height lh lh) (frame-pixel-height))
+                (- yb height lh 1)
               yb))
          (buffer (get-buffer-create " *corfu*")))
     (with-current-buffer buffer
@@ -439,7 +439,7 @@ Set to nil in order to disable confirmation."
                           (if (text-property-not-all 0 (length suffix) 'face 
nil suffix)
                               suffix
                             (propertize suffix 'face 
'completions-annotations)))))
-                  candidates)
+                candidates)
       candidates)))
 
 ;; XXX Do not use `completion-metadata-get' in order to avoid Marginalia.



reply via email to

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