diff options
| author | tslil clingman <tslil@posteo.de> | 2024-01-14 12:51:02 +0100 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.de> | 2024-01-14 12:51:02 +0100 |
| commit | 4275e1f189a8b3c0379ef541d88e72a0a5b514d3 (patch) | |
| tree | ec2d6ccb3b739a1370437eeb374916561b7c9f01 /emacs/inits/11-completion.el | |
| parent | 50e4b5ce6ea77b3044ad32a74cf64ca5478fbd36 (diff) | |
[emacs] rm projects frm consult-buffer-sources (slow), rm tressitter-auto
Diffstat (limited to 'emacs/inits/11-completion.el')
| -rw-r--r-- | emacs/inits/11-completion.el | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/emacs/inits/11-completion.el b/emacs/inits/11-completion.el index 00bc708..cc6f339 100644 --- a/emacs/inits/11-completion.el +++ b/emacs/inits/11-completion.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2023-11-02 16h49 CET (anker)> +;; Time-stamp: <2024-01-14 12h49 CET (anker)> (use-package savehist :ensure t @@ -138,6 +138,13 @@ (autoload 'projectile-project-root "projectile") (setq consult-project-function #'projectile-project-root) + (setq consult-buffer-sources '(consult--source-hidden-buffer + consult--source-modified-buffer + consult--source-buffer + consult--source-recent-file + consult--source-file-register + consult--source-bookmark)) + ;; Ues consult for capfs (setq completion-in-region-function #'consult-completion-in-region)) |
