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

@@ -1,17 +0,0 @@
;;; siren-prescient.el --- jimeh's Emacs Siren: prescient configuration.
;;; Commentary:
;; Basic configuration for prescient.
;;; Code:
(use-package prescient
:defer t
:custom
(prescient-filter-method '(literal regexp initialism fuzzy))
(prescient-save-file (expand-file-name "prescient-save.el" siren-cache-dir)))
(provide 'siren-prescient)
;;; siren-prescient.el ends here