Peter Hoeg

Results 183 comments of Peter Hoeg

It definitely has to do with long lines. Will find more details.

I have not had this issue since I started using this: ``` (add-hook 'org-msg-edit-mode-hook (lambda () (setq org-font-lock-keywords (delq 'gnus-message-citation-keywords org-font-lock-keywords)))) ```

I work around it by conditionally disabling save on idle if certain modes are enabled. Specifically those involved with formatting-on-save. ```elisp (use-package super-save :defer t :init (doom-load-packages-incrementally '(super-save)) :config (defvar...

I know, it's 2024, we *really* should be expecting utf8 everywhere. You could also argue that this should be part of the qt6 build infra as all qt6 applications require...

Most of the firefox addons I use could be easily rewritten in CL for nyxt. I'm assuming that would be the case for many (most?) addons, so the question then...

It’s probably also fairly safe to assume that the target audience for nyxt are predominantly firefox users today. Of those users, we can also assume that the majority will be...

> Mic92's suggestion doesn't seem to be working for me Are you running emacs in daemon/server mode by chance?

The problem isn't unique to psst. As an example, `davmail` allows specifying the path to the token file inside the configuration. References: - https://github.com/mguessan/davmail/blob/2caed4b0664d28f69d572ad21979c24af0207fd9/src/etc/davmail.properties#L27-L28 - https://github.com/mguessan/davmail/blob/master/RELEASE-NOTES.md#o365-4 Come to think of...

This is what I have to deal with it: ;; https://github.com/syl20bnr/spacemacs/issues/9409 ;; the issue could be that save-interprogram-paste-before-kill means a large clipboard which becomes part of savehist: ;; https://github.com/syl20bnr/spacemacs/issues/1369#issuecomment-109001710 (setq...