roman / golden-ratio.el

Automatic resizing of Emacs windows to the golden ratio
MIT License
589 stars 38 forks source link

fix for persp-switch-quick #62

Closed arbelt closed 4 years ago

arbelt commented 8 years ago

Discovered that when using perspective, persp-switch-quick sets this-command to "dotted" cons cell rather than a list (something like (persp-switch-quick . CHAR)), which causes memq to raise an error. I've just changed memq to member in the --post-command-hook.