mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add basic config for phi-search
It's used for searching when multiple-cursors is active.
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
("M-RET" . set-rectangular-region-anchor)
|
||||
|
||||
:config
|
||||
(require 'siren-phi-search)
|
||||
|
||||
(setq mc/edit-lines-empty-lines 'ignore)
|
||||
|
||||
;; Make alt-<click> add additional cursors
|
||||
|
||||
14
modules/siren-phi-search.el
Normal file
14
modules/siren-phi-search.el
Normal file
@@ -0,0 +1,14 @@
|
||||
;;; 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
|
||||
Reference in New Issue
Block a user