wasamasa / eyebrowse

A simple-minded way of managing window configs in emacs
GNU General Public License v3.0
437 stars 24 forks source link

Automatically adjust tag number? #85

Closed yanghaoxie closed 6 years ago

yanghaoxie commented 6 years ago

I am going to use an example to illustrate this.

Suppose I have three tags [1, 2, 3], when I delete tag 2, it will become [1, 3]; therefore, when I am using eyebrowse-switch-to-window-config-<#>, I have to using 1 and 3, which is kind of inconvenient.

So, is it possible to automatically adjust tags, in this example, when I delete 2 from [1, 2, 3], the tags will become [1, 2], and the window config in 3 will be moved to 2 automatically.

wasamasa commented 6 years ago

No.