Greg Pfeil

Results 379 comments of Greg Pfeil

While they’re separate flags, there’s really a progression of none → simplify → minify, so I would recommend a single editorconfig option accepting those three values as an enumeration. Not...

I think this issue is fixed by #67, but I may also have broken it in #76 (not merged at the time of writing), which extracts the evil-mode parts into...

Also, I _think_ the borders have to be uniform around the frame. It would be nice to adjust each side independently. Adjusting the fringe would at least allow some independent...

This could _possibly_ be fixed by #74. However, there are a bunch of calls to `re-search-forward` in `epresent-fontify`, so there are other possibilities. Posting another PR for the most likely...

It’s not intentional, but I haven’t been able to reproduce it. I just gave a presentation today where I had to edit a source block live, and it updated as...

It’s not a perfect implementation of what you want, but I use [drawers](https://orgmode.org/manual/Drawers.html) for this. ```org * Slide Title - content - here :speakernotes: Here’s what I want to say...

This should be possible already. I just tried with: ```org #+epresent_mode_line: ((:eval (int-to-string epresent-page-number)) " " (:eval (org-timer-value-string))) ``` Then `C-c C-x 0` to start it, etc. I like this...

> For what it’s worth we’re using them a lot at determinate systems to good effect. I’ve also had success with them. Here’s a fairly rich schema I use in...

I realize that [my previous comment](https://github.com/NixOS/nix/pull/8892#issuecomment-1965287874) didn’t convey what I intended. I mentioned that I use schemas (and gave an example of one) to show to the NixOS/nix maintainers that...

Ok, so I forgot how powerful emacs debugging is. I added some advice to `put` and immediately found the culprit. In `custom-declare-variable`: ```elisp ;; If there is a value under...