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:
@@ -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
|
||||
Reference in New Issue
Block a user