<evanjs>
Sooo for some reason, doom-modeline loads fine with emacs --debug-init, but launching emacsclient fails to load various icons
<evanjs>
Only message I get with status that sticks out is "Emacs might crash when run in daemon mode and the X11 connection is unexpectedly lost."
<evanjs>
For context, the commands I use to launch emacs (bound to a shortcut in XMonad) is `if ! [ $(systemctl --user is-active emacs) = active ]; then systemctl --user start emacs; fi; emacsclient -c -n`