Update .emacs.d/README.org

This commit is contained in:
Anthony Rodriguez 2024-07-17 03:13:25 +02:00
parent ed448430a1
commit 24ca0e9623

View file

@ -363,7 +363,8 @@ Popper is a package that allows us to have popup buffers. This is really useful
:ensure t ; or :straight t
:bind (("C-c p t" . popper-toggle)
("C-c p c" . popper-cycle)
("C-c p w" . popper-toggle-type))
("C-c p w" . popper-toggle-type)
("C-c p k" . popper-kill-latest-popup))
:init
(setq popper-reference-buffers
'("\\*Messages\\*"