emacs: clarify comment

This commit is contained in:
Protesilaos Stavrou 2024-01-03 07:22:01 +02:00
parent 81d4f2b7f8
commit b13a546c44
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 4 additions and 4 deletions

View file

@ -215,8 +215,8 @@
(setq corfu-popupinfo-delay '(1.25 . 0.5))
(corfu-popupinfo-mode 1) ; shows documentation after `corfu-popupinfo-delay'
;; Also have (setq tab-always-indent 'complete) for TAB to complete
;; if it does not have to perform an indentation change.
;; I also have (setq tab-always-indent 'complete) for TAB to complete
;; when it does not need to perform an indentation change.
(define-key corfu-map (kbd "<tab>") #'corfu-complete)
;; Sort by input history (no need to modify `corfu-sort-function').

View file

@ -4049,8 +4049,8 @@ Also see [[#h:567bb00f-1d82-4746-93e5-e0f60721728a][the =prot-emacs-completion.e
(setq corfu-popupinfo-delay '(1.25 . 0.5))
(corfu-popupinfo-mode 1) ; shows documentation after `corfu-popupinfo-delay'
;; Also have (setq tab-always-indent 'complete) for TAB to complete
;; if it does not have to perform an indentation change.
;; I also have (setq tab-always-indent 'complete) for TAB to complete
;; when it does not need to perform an indentation change.
(define-key corfu-map (kbd "<tab>") #'corfu-complete)
;; Sort by input history (no need to modify `corfu-sort-function').