emacs: include org-self-insert-command to completion-preview-commands

This commit is contained in:
Protesilaos 2026-08-30 15:00:49 +03:00
parent 43d549d985
commit 9d269ae5ae
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 6 additions and 0 deletions

View file

@ -369,6 +369,9 @@ INDIVIDUAL-CAPFS to the list."
(setq completion-preview-idle-delay nil)
(setq completion-preview-ignore-case t)
(with-eval-after-load 'org
(add-to-list 'completion-preview-commands #'org-self-insert-command))
(prot-emacs-hook
(prog-mode-hook log-edit-mode-hook git-commit-mode-hook comint-mode-hook)
completion-preview-mode)

View file

@ -5000,6 +5000,9 @@ overarching theme of my choices is to reduce noise. More specifically:
(setq completion-preview-idle-delay nil)
(setq completion-preview-ignore-case t)
(with-eval-after-load 'org
(add-to-list 'completion-preview-commands #'org-self-insert-command))
(prot-emacs-hook
(prog-mode-hook log-edit-mode-hook git-commit-mode-hook comint-mode-hook)
completion-preview-mode)