diff options
author | Matthew Lemon <y@yulqen.org> | 2023-09-15 09:36:32 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-09-15 09:36:32 +0100 |
commit | 04c70224113aee80446671206cdb71e2e188a533 (patch) | |
tree | e804d115c6e6abb240b63b8426798a38019f7bf2 | |
parent | 05c55ad1a51b82ab738e4ab1dbfee2be5c2822ed (diff) |
Fixes problem with consult bindings not working
This brings us back to having consult, vertico, marginalia and all the
rest of it back in action, alongside notmuch, the new theme, etc.
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -571,8 +571,8 @@ Restart works only on graphic display." ;; consult-bookmark consult-recent-file consult-xref ;; consult--source-bookmark consult--source-file-register ;; consult--source-recent-file consult--source-project-recent-file - ;; :preview-key (kbd "M-.") - :preview-key '(:debounce 0.4 any) + ;; :preview-key (kbd "M-.") + ;; :preview-key '(:debounce 0.4 any) ;; Optionally configure the narrowing key. ;; Both < and C-+ work reasonably well. |