core-popups: add :autokill popup property; update popup rules

This commit is contained in:
Henrik Lissner 2017-02-21 01:08:57 -05:00
parent 0a0f2adb95
commit f1b2c18476
2 changed files with 23 additions and 17 deletions

View file

@ -64,7 +64,7 @@
:config
(setq counsel-find-file-ignore-regexp "\\(?:^[#.]\\)\\|\\(?:[#~]$\\)\\|\\(?:^Icon?\\)")
(@set :popup "^\\*ivy-occur counsel-ag" :size 25 :select t :regexp t)
(@set :popup "^\\*ivy-occur counsel-ag" :size 25 :regexp t :autokill t)
(require 'counsel-projectile)