mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(editor): replace ido and amx with selectrum, prescient and marginalia
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user