diff --git a/home.org b/home.org index 443d6f7..d9bbb9c 100644 --- a/home.org +++ b/home.org @@ -1086,7 +1086,7 @@ I find Emacs to be almost unusable on a normal keyboard unless there's some way #+END_SRC #+BEGIN_SRC elisp :noweb-ref emacs_config - (use-package consult + (use-package consult :bind ( ("C-c M-x" . consult-mode-command) ("C-c h" . consult-history) @@ -1111,7 +1111,7 @@ I find Emacs to be almost unusable on a normal keyboard unless there's some way ("M-g f" . consult-flymake) ("M-g g" . consult-goto-line) ("M-g M-g" . consult-goto-line) - ("M-g o" . consult-outline) + ("M-g o" . consult-org-heading) ("M-g m" . consult-mark) ("M-g k" . consult-global-mark) ("M-g i" . consult-imenu) @@ -1133,8 +1133,7 @@ I find Emacs to be almost unusable on a normal keyboard unless there's some way (advice-add #'register-preview :override #'consult-register-window) (setq register-preview-delay 0.5) - ;; (setq xref-show-xrefs-function #'consult-xref - ;; xref-show-definitions-function #'consult-xref) + ;; (setq xref-show-xrefs-function #'consult-xref xref-show-definitions-function #'consult-xref) :config @@ -1148,8 +1147,7 @@ I find Emacs to be almost unusable on a normal keyboard unless there's some way :preview-key '(:debounce 0.4 any)) (setq consult-narrow-key "<") ;; "C-+" - - ) + ) (use-package vertico :custom