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\\*"
"Output\\*$"
"\\*Async Shell Command\\*"
"\\*Backtrace\\*"
help-mode
magit-status-mode
compilation-mode))
(setq popper-group-function #'popper-group-by-project)
(popper-mode +1)
(popper-echo-mode +1))