diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-06-26 10:35:40 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-06-26 10:35:40 +0200 |
| commit | 46d8a48fa0736e5bed27c83629d643fe697f564d (patch) | |
| tree | 67dfbd24234e6b0dc5366c21b2cb3f02fe5feb3a | |
| parent | 49871f1aa1d8f8a52eac20522514bd791d02d559 (diff) | |
Fix indentation
| -rw-r--r-- | corfu.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -510,7 +510,7 @@ filter string with spaces is allowed." nil) ((and corfu--candidates ;; 2) There exist candidates (not (equal corfu--candidates (list str))) ;; & Not a sole exactly matching candidate - (or (/= beg end) (corfu--continue-p))) ;; & Input is non-empty or keep-alive command + (or (/= beg end) (corfu--continue-p))) ;; & Input is non-empty or continue command (corfu--show-candidates beg end str metadata) ;; => Show candidates popup t) ;; 3) When after `completion-at-point/corfu-complete', no further completion is possible and the @@ -718,8 +718,8 @@ filter string with spaces is allowed." (or (and corfu-quit-at-boundary completion-in-region-mode-predicate) (lambda () t)))) - (prog1 (apply #'completion--in-region args) - (corfu--setup))))) + (prog1 (apply #'completion--in-region args) + (corfu--setup))))) ;;;###autoload (define-minor-mode corfu-mode |
