completion/ivy: larger ivy-occur popup #375

This commit is contained in:
Henrik Lissner 2018-01-28 22:24:45 -05:00
parent a8ab37e5eb
commit 272a34da45
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -94,6 +94,8 @@ immediately runs it on the current candidate (ending the ivy session)."
[remap imenu] #'counsel-imenu [remap imenu] #'counsel-imenu
[remap recentf-open-files] #'counsel-recentf) [remap recentf-open-files] #'counsel-recentf)
:config :config
(set! :popup "^\\*ivy-occur" '((size . 0.35)) '((transient . 0) (quit)))
(setq counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)") (setq counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)")
;; Dim recentf entries that are not in the current project. ;; Dim recentf entries that are not in the current project.