feat(editor): replace ido and amx with selectrum, prescient and marginalia

This commit is contained in:
2021-06-17 20:10:28 +01:00
parent 27c492b427
commit 93c22e1bb9
14 changed files with 79 additions and 42 deletions

View File

@@ -6,8 +6,6 @@
;;; Code:
(require 'siren-ido)
(use-package dumb-jump
:bind
("C-c C-j" . dumb-jump-go)
@@ -16,10 +14,7 @@
("M-g b" . dumb-jump-back)
("M-g i" . dumb-jump-go-prompt)
("M-g x" . dumb-jump-go-prefer-external)
("M-g z" . dumb-jump-go-prefer-external-other-window)
:custom
(dumb-jump-selector 'ido))
("M-g z" . dumb-jump-go-prefer-external-other-window))
(provide 'siren-dumb-jump)
;;; siren-dumb-jump.el ends here