bling / fzf.el

A front-end for fzf
GNU General Public License v3.0
364 stars 49 forks source link

Register names must be characters #54

Closed TheBB closed 3 years ago

TheBB commented 4 years ago

At https://github.com/bling/fzf.el/blob/521d18933cb586337c4e34281bdc71ac07202c98/fzf.el#L110

Note documentation of window-configuration-to-register

(window-configuration-to-register REGISTER)

Probably introduced at or before Emacs version 19.20.

Store the window configuration of the selected frame in register REGISTER. Use C-x r j to restore the configuration. Argument is a character, naming the register.

See also https://github.com/emacs-evil/evil/pull/1212