diff --git a/config-min.org b/config-min.org index 2069125..89598ee 100644 --- a/config-min.org +++ b/config-min.org @@ -94,13 +94,13 @@ (setq vertico-count 8) (use-package consult - ;; :bind ( - ;; ("C-x b" . consult-buffer) ;; orig. switch-to-buffer - ;; ("C-x 4 b" . consult-buffer-other-window) ;; orig. switch-to-buffer-other-window - ;; ("C-x 5 b" . consult-buffer-other-frame) ;; orig. switch-to-buffer-other-frame - ;; ("C-x t b" . consult-buffer-other-tab) ;; orig. switch-to-buffer-other-tab - ;; ) - ) + :bind ( + ;; ("C-x b" . consult-buffer) ;; orig. switch-to-buffer + ;; ("C-x 4 b" . consult-buffer-other-window) ;; orig. switch-to-buffer-other-window + ;; ("C-x 5 b" . consult-buffer-other-frame) ;; orig. switch-to-buffer-other-frame + ;; ("C-x t b" . consult-buffer-other-tab) ;; orig. switch-to-buffer-other-tab + ("M-s l" . consult-line) + )) (setq completion-in-region-function (lambda (&rest args)