mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: include org-self-insert-command to completion-preview-commands
This commit is contained in:
parent
43d549d985
commit
9d269ae5ae
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue