Update .emacs.d/README.org

This commit is contained in:
Anthony Rodriguez 2024-07-17 03:12:35 +02:00
parent d4281334f8
commit ed448430a1

View file

@ -375,6 +375,8 @@ Popper is a package that allows us to have popup buffers. This is really useful
"^\\*shell.*\\*$" shell-mode "^\\*shell.*\\*$" shell-mode
"^\\*term.*\\*$" term-mode "^\\*term.*\\*$" term-mode
"^\\*vterm.*\\*$" vterm-mode)) "^\\*vterm.*\\*$" vterm-mode))
(which-key-add-key-based-replacements
"C-c p" "popper")
(popper-mode) (popper-mode)
(popper-echo-mode)) (popper-echo-mode))
#+end_src #+end_src