Steve Purcell
Steve Purcell
The result seems to be the same even before those changes, at least when I try loading up old revisions of `mmm-mode.el` and `mmm-region.el` in the same Emacs instance, which...
(I tested e414b5b, for example, from 6 months ago.)
The SQL snippet is fontified correctly when it's alone in an sql-mode buffer. That's in a recent Emacs HEAD snapshot. I'm not sure I understand enough to express a preference...
Thanks for the extra data points Nate. Hope to get around to fixing this one day.
Yes, this is possible. But `mmm-mode` settings do not generally belong with the definition of a major mode, because `mmm-mode`'s purpose is exactly to tie multiple major modes together. Do...
Seems to, yes. It may be related to the position of `point` at start-up; that position is restored using `session` in my config, and I've seen issues in the past...
Hey guys, I haven't really known how best to contribute to this discussion. For the simple cases (stdin/out, no temp files etc) reformatter works very nicely: it supports more fiddly...
Yup, I've been on vacation and have just started a new job, so it's been slow progress, but the good news is that I'll be working a lot with Nix,...
Thanks, and yes, that's very true. I've largely come to peace with the fact that I'm constantly a few weeks behind with MELPA work, for example, and it has been...
The doom issue is probably related to https://github.com/purcell/envrc/issues/12 Essentially, with `envrc-mode` you have buffer-local values for `process-environment` and `exec-path` that reflect the user's preferences, but I expect that `format-all` uses...