mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: clarify comment
This commit is contained in:
parent
81d4f2b7f8
commit
b13a546c44
|
|
@ -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').
|
||||
|
|
|
|||
|
|
@ -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').
|
||||
|
|
|
|||
Loading…
Reference in a new issue