From b334dac3383569265023b0fd2238564f7e5888ef Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 17 Mar 2021 23:18:20 +0000 Subject: completion: dap -> cmap --- consult.org | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'consult.org') diff --git a/consult.org b/consult.org index 21e111c..6c99e77 100644 --- a/consult.org +++ b/consult.org @@ -16,7 +16,7 @@ :ensure t :custom ((selectrum-complete-in-buffer nil) (selectrum-extend-current-candidate-highlight t) - (selectrum-fix-vertical-window-height t) + (selectrum-fix-vertical-window-height nil) (selectrum-max-window-height 20) (selectrum-show-indices nil) (selectrum-count-style 'current/matches)) ;; 'matches @@ -43,8 +43,8 @@ :ensure t :bind (("C-x M-:" . consult-complex-command) ("C-x b" . consult-buffer) - ("C-x 4 b" . consult-buffer-other-window) - ("C-x 5 b" . consult-buffer-other-frame) + ;; ("C-x 4 b" . consult-buffer-other-window) + ;; ("C-x 5 b" . consult-buffer-other-frame) ("C-c b" . project-find-file) ("C-c B" . bookmark-set) ("C-c h" . consult-history) @@ -76,9 +76,7 @@ :custom ((consult-locate-command "locate --ignore-case --regexp ARG OPTS") (consult-preview-key (kbd "`")) - (consult-config '((consult-mark :preview-key any))) - (consult-narrow-key (kbd "<")) - (consult-widen-key (kbd ">"))) + (consult-config '((consult-mark :preview-key any)))) :init (fset 'multi-occur #'consult-multi-occur) -- cgit v1.2.3