emacs: add popup toggle shortcut

This commit is contained in:
Julian Mutter 2023-05-31 20:11:23 +02:00
parent 01f07fbe03
commit 847d14aa33

View File

@ -44,6 +44,7 @@
(map! :desc "Format and save" :g "C-s" #'fd-format-and-save)
(map! :leader "w 1" #'delete-other-windows)
(map! :leader "t p" #'+popup/toggle)
(map! :leader "r" #'quickrun)