]> git.eshelyaron.com Git - emacs.git/commit
Add more options to register-use-preview
authorThierry Volpiatto <thievol@posteo.net>
Fri, 8 Dec 2023 10:34:08 +0000 (11:34 +0100)
committerThierry Volpiatto <thievol@posteo.net>
Fri, 8 Dec 2023 14:28:41 +0000 (15:28 +0100)
commit7a7491a23eacaae41c07568d833e668ec1d351cf
tree3ce0489f52da0dfb89d48e0ae57361c695d82a84
parent22b2390c66e2f9a5f3bcb2f1727c830348a6e61d
Add more options to register-use-preview

This allow showing a basic preview buffer or no preview buffer at all.

* lisp/register.el (register-use-preview): Use choice with three
  options.
(register-read-with-preview): Use a basic buffer without navigation,
  highlighting etc... when register-use-preview is nil, and no buffer
  at all when set to 'never.
lisp/register.el