Liam Hupfer

Results 13 issues of Liam Hupfer

Hi, thanks for your work on this project! One potential issue I noticed: Fish complains about a`return` from non-function in a translated file containing environment variables that was intended to...

![image](https://user-images.githubusercontent.com/44043764/129144186-6a800d2c-b22a-4ca7-ad13-5e85bfbb27e0.png) This is probably the most difficult-to-read example I've found in any Doom theme, and I use a [randomizer](https://github.com/hpfr/system/blob/77441eeda102b63d91f618848c9188904630678f/profiles/user/emacs/doom/config.el#L55) so I see most of them. I normally use some transparency...

is:bug
theme:henna

I've composed a reply to an email with no attachments and only `(utf-8)` for alternatives. When I send the message, it is sent as `Content-Type: multipart/mixed`, even though it only...

Currently, there are `ex.{prev,next}completion` bound to `S-` and ``. It would be nice to have commands (or a parameter for these existing commands) to page through completions faster. Some use...

Re: #131. I see other modes issue enable/disable messages, but I think they use whatever magic is part of `define-minor-mode`, which doesn't nag me on startup 😉. Thanks for being...

### What were you expecting? No `Invalid face reference: org-indent [160 times]` in the echo area ### What actually happened? `doom-themes-enable-org-fontification` relies on the `org-indent` face: https://github.com/doomemacs/themes/blob/4aee1f5a0e54552669f747aa7c25e6027e73d76d/extensions/doom-themes-ext-org.el#L121-L123 This face is...

is:bug
re:org

2d586516999d limited the removal of nonspacing characters to combining diacritical marks targeting the Latin alphabet because removing marks for other alphabets results in undesirable changes to the semantics of the...

Org QL does not currently match timestamps with internal time ranges, commonly used for events. These are different from time/date ranges where two timestamps are connected by `--`. The example...

bug
compatibility

If an `export` contains bash command substitution `$( ... )`, it won't work in fish. This is similar to #4. Is it possible to fix #4 and this issue? It...

When I occasionally manually commit with Magit while `git-auto-commit-mode` is enabled, submitting the commit saves `.git/COMMIT_EDITMSG`, which seems to trigger `git-auto-commit-mode`'s prompt for a message (since I have `gac-ask-for-summary-p` enabled)....