diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-14 14:51:36 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-14 14:51:36 +0100 |
| commit | c512ea30e4ff7a8ceac2db05cf00fbcc1785c679 (patch) | |
| tree | fba44fe6f883ee4f0db7321637c723707d68096a /extensions/corfu-quick.el | |
| parent | bb5c2561a025d03d5976bf0c64655606ee04f208 (diff) | |
Fix whitespace warnings
Diffstat (limited to 'extensions/corfu-quick.el')
| -rw-r--r-- | extensions/corfu-quick.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/corfu-quick.el b/extensions/corfu-quick.el index 9e937bc..1fc68d3 100644 --- a/extensions/corfu-quick.el +++ b/extensions/corfu-quick.el @@ -27,8 +27,8 @@ ;;; Commentary: ;; This package is a Corfu extension, which prefixes candidates with -;; quick keys. Typing these quick keys allows you to select the -;; candidate in front of them. This is designed to be a faster +;; quick keys. Typing these quick keys allows you to select the +;; candidate in front of them. This is designed to be a faster ;; alternative to selecting a candidate with `corfu-next' and ;; `corfu-previous'. ;; (keymap-set corfu-map "M-q" #'corfu-quick-complete) |
