Update .emacs.d/README.org
This commit is contained in:
parent
ed448430a1
commit
24ca0e9623
1 changed files with 2 additions and 1 deletions
|
@ -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\\*"
|
||||
|
|
Loading…
Reference in a new issue