This commit is contained in:
Zelong Kuang
2025-12-22 18:41:55 +11:00
parent fd79078f49
commit 8b3256b03d
2 changed files with 2 additions and 4 deletions

View File

@@ -136,7 +136,7 @@
;; M-g bindings in `goto-map'
("M-g e" . consult-compile-error)
("M-g r" . consult-grep-match)
("M-s f" . consult-flycheck) ;; Alternative: consult-flycheck
("M-s f" . consult-flymake) ;; Alternative: consult-flycheck
("M-g g" . consult-goto-line) ;; orig. goto-line
("M-g M-g" . consult-goto-line) ;; orig. goto-line
("M-g o" . consult-outline) ;; Alternative: consult-org-heading
@@ -175,8 +175,6 @@
(use-package consult-projectile)
(use-package consult-flycheck)
(use-package consult-dir
:ensure t
:bind (("C-x C-d" . consult-dir)