[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Helm and Winner Mode don't play nice
From: |
drspotter |
Subject: |
Re: Helm and Winner Mode don't play nice |
Date: |
Wed, 1 Oct 2014 00:36:44 -0700 (PDT) |
User-agent: |
G2/1.0 |
On Thursday, 18 September 2014 09:16:51 UTC+1, Michael Heerdegen wrote:
> ...
> Not really. winner has `winner-boring-buffers', but since helm buffers
> can have several different names, one would have to specify a regexp,
> which is not possible with winner.
> ...
For what it's worth, I've made it good enough for me with the following boring
buffer definitions:
(add-to-list 'winner-boring-buffers "*helm M-x*")
(add-to-list 'winner-boring-buffers "*helm mini*")
(add-to-list 'winner-boring-buffers "*Helm Completions*")
(add-to-list 'winner-boring-buffers "*Helm Find Files*")
(add-to-list 'winner-boring-buffers "*helm mu*")
(add-to-list 'winner-boring-buffers "*helm mu contacts*")
(add-to-list 'winner-boring-buffers "*helm-mode-describe-variable*")
(add-to-list 'winner-boring-buffers "*helm-mode-describe-function*")
Stuart
- Re: Helm and Winner Mode don't play nice,
drspotter <=