consult-org-heading
This commit is contained in:
10
home.org
10
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
|
||||
|
||||
Reference in New Issue
Block a user