Open qleguennec opened 4 years ago
What did you expect to happen?
(add-hook! window-setup #'doom-load-session) (add-hook! kill-emacs #'doom-save-session)
at the end of my config.el. doom-dashboard and workspaces are disabled. restart-emacs result: flycheck is enabled in my private config buffers.
config.el
doom-dashboard
workspaces
restart-emacs
flycheck
What actually happened? flycheck is enabled in my private config buffers where it shouldn't. spaces are shown as dots. screenshot
Another bug:
(doom/kill-all-buffers) (doom/restart)
Two frames appear instead of one.
What did you expect to happen?
at the end of my
config.el
.doom-dashboard
andworkspaces
are disabled.restart-emacs
result:flycheck
is enabled in my private config buffers.What actually happened?
flycheck
is enabled in my private config buffers where it shouldn't. spaces are shown as dots. screenshot