Update
This commit is contained in:
@@ -136,7 +136,7 @@
|
|||||||
;; M-g bindings in `goto-map'
|
;; M-g bindings in `goto-map'
|
||||||
("M-g e" . consult-compile-error)
|
("M-g e" . consult-compile-error)
|
||||||
("M-g r" . consult-grep-match)
|
("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 g" . consult-goto-line) ;; orig. goto-line
|
||||||
("M-g M-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
|
("M-g o" . consult-outline) ;; Alternative: consult-org-heading
|
||||||
@@ -175,8 +175,6 @@
|
|||||||
|
|
||||||
(use-package consult-projectile)
|
(use-package consult-projectile)
|
||||||
|
|
||||||
(use-package consult-flycheck)
|
|
||||||
|
|
||||||
(use-package consult-dir
|
(use-package consult-dir
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind (("C-x C-d" . consult-dir)
|
:bind (("C-x C-d" . consult-dir)
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
("h d" rainbow-delimiters-mode "delimiter" :toggle t)
|
("h d" rainbow-delimiters-mode "delimiter" :toggle t)
|
||||||
("h t" global-hl-todo-mode "todo" :toggle t))
|
("h t" global-hl-todo-mode "todo" :toggle t))
|
||||||
"Program"
|
"Program"
|
||||||
(("f" global-flycheck-mode "flycheck" :toggle t)
|
(("f" flymake-mode "flymake" :toggle t)
|
||||||
("O" hs-minor-mode "hideshow" :toggle t)
|
("O" hs-minor-mode "hideshow" :toggle t)
|
||||||
("u" subword-mode "subword" :toggle t)
|
("u" subword-mode "subword" :toggle t)
|
||||||
("W" which-function-mode "which function" :toggle t)
|
("W" which-function-mode "which function" :toggle t)
|
||||||
|
|||||||
Reference in New Issue
Block a user