completion/ivy: larger ivy-occur popup #375
This commit is contained in:
parent
a8ab37e5eb
commit
272a34da45
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ immediately runs it on the current candidate (ending the ivy session)."
|
|||
[remap imenu] #'counsel-imenu
|
||||
[remap recentf-open-files] #'counsel-recentf)
|
||||
:config
|
||||
(set! :popup "^\\*ivy-occur" '((size . 0.35)) '((transient . 0) (quit)))
|
||||
|
||||
(setq counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)")
|
||||
|
||||
;; Dim recentf entries that are not in the current project.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue