doomemacs / doomemacs

An Emacs framework for the stubborn martian hacker
MIT License
19.44k stars 3.06k forks source link

[BUG] Flycheck in private config after session restore #2291

Open qleguennec opened 4 years ago

qleguennec commented 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.

What actually happened? flycheck is enabled in my private config buffers where it shouldn't. spaces are shown as dots. screenshot

qleguennec commented 4 years ago

Another bug:

(doom/kill-all-buffers)
(doom/restart)

Two frames appear instead of one.