Add backtraces to popper, enable project grouping

This commit is contained in:
2024-09-21 10:29:55 -07:00
parent 755d375c32
commit e0a5bff426

View File

@@ -143,9 +143,11 @@
'("\\*Messages\\*" '("\\*Messages\\*"
"Output\\*$" "Output\\*$"
"\\*Async Shell Command\\*" "\\*Async Shell Command\\*"
"\\*Backtrace\\*"
help-mode help-mode
magit-status-mode magit-status-mode
compilation-mode)) compilation-mode))
(setq popper-group-function #'popper-group-by-project)
(popper-mode +1) (popper-mode +1)
(popper-echo-mode +1)) (popper-echo-mode +1))