Remove projectile.el in favor of project.el

This commit is contained in:
KJ
2024-04-13 19:02:22 -04:00
parent cb1b5058fd
commit a1aab4a3fc
3 changed files with 32 additions and 46 deletions

View File

@ -45,7 +45,8 @@
("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 r b" . consult-bookmark) ;; orig. bookmark-jump
("C-x p b" . consult-project-buffer) ;; orig. project-switch-to-buffer
("C-c p b" . consult-project-buffer) ;; orig. project-switch-to-buffer
("C-c p p" . project-switch-project) ;; orig. project-switch-to-buffer
;; Custom M-# bindings for fast register access
("M-#" . consult-register-load)
("M-'" . consult-register-store) ;; orig. abbrev-prefix-mark (unrelated)
@ -62,14 +63,10 @@
("M-g i" . consult-imenu)
("M-g I" . consult-imenu-multi)
;; M-s bindings in `search-map'
("M-s d" . consult-find)
("M-s D" . consult-locate)
("M-s f" . consult-find)
("M-s l" . consult-locate)
("M-s L" . consult-line-multi)
("M-s k" . consult-keep-lines)
("M-s u" . consult-focus-lines)
;; Isearch integration
:map isearch-mode-map
("M-e" . consult-isearch-history) ;; orig. isearch-edit-string
;; Minibuffer history
:map minibuffer-local-map
@ -130,10 +127,12 @@
:defer t
:hook (ibuffer-mode . nerd-icons-ibuffer-mode))
;; Integración entre consult y projectile
(use-package consult-projectile
:defer t
:bind ("C-x p" . consult-projectile))
;; Integración entre consult y project
(use-package consult-project-extra
:ensure t
:bind
(("C-x p" . consult-project-extra-find)
("C-c p o" . consult-project-extra-find-other-window)))
;; Descripciones en el minibufer
(use-package marginalia