wasamasa / eyebrowse

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

Fix number-or-marker-p error #17

Closed wasamasa closed 10 years ago

wasamasa commented 10 years ago

If you use eyebrowse-prev-window-config directly after enabling eyebrowse-mode for the first time this error pops up. If you switch to the second config, close it, then retry, it doesn't happen, probably because after init the window config list is empty. It's a minor issue, but still important and better to fix soonish.