core-popups: add :autokill popup property; update popup rules
This commit is contained in:
parent
0a0f2adb95
commit
f1b2c18476
2 changed files with 23 additions and 17 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue