mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
15 lines
273 B
EmacsLisp
15 lines
273 B
EmacsLisp
;;; siren-phi-search.el --- jimeh's Emacs Siren: phi-search configuration.
|
|
|
|
;;; Commentary:
|
|
|
|
;; Basic configuration for phi-search.
|
|
|
|
;;; Code:
|
|
|
|
(use-package phi-search
|
|
:config
|
|
(setq phi-search-limit 3000))
|
|
|
|
(provide 'siren-phi-search)
|
|
;;; siren-phi-search.el ends here
|