Henrik Lissner

Results 312 comments of Henrik Lissner

I recently came across [this issue with straight.el](https://github.com/radian-software/straight.el/pull/1132), which might explain this problem. Could one of you toss this into `$DOOMDIR/init.el` and let me know if it fixes your issue?...

(I posted this in the wrong place. Sorry.)

> Btw, your second answer seems to be mixed up 👀 @Patryk27 Ack. My bad. > Hi, I was the reporter on Discord as well and can confirm that devadvice!-ing...

As of 54a084f this should be resolved. Let me know if that isn't the case and I'll reopen it. Thanks for bringing it to my attention!

`ws-butler-keep-whitespace-before-point` was originally set to `nil` to avoid [an undo history corruption issue](https://github.com/lewang/ws-butler/pull/31) caused by `doom-modeline`, which was resolved at some point. As of 5c50b65, your original issue should be...

I cannot reproduce this. I suspect it's something to do with your particular build of Emacs or the way Emacs is launched. What Linux distro are you using? > My...

Does this fix the issue for any of you? ```elisp ;; add to ~/.doom.d/config.el (when (daemonp) (remove-hook 'after-make-frame-functions #'doom-init-theme-h) (add-hook 'server-after-make-frame-hook #'doom-init-theme-h)) ```

Is this still an issue?

> Loading /etc/emacs/site-start.d/(other filenames) This issue seems to occur because Emacs is packaged with site files that load at startup, which emit "Loading X" messages at startup (before `~/.emacs.d` is...

I am unable to reproduce this on 28, 29, or as of commit `9e8c0ec9918af12aafa1063ad3bc3f9f1d180e6f` or 30.0.50. Considering how inconsistent reports of it is, I'll assume this is a local issue...