phil-s

Results 196 comments of phil-s

Even if one can obtain a GitLab URL for diff between specific commits, that's not useful unless GitLab is permanently maintaining the refs for all the commits ever pushed to...

Actually, now that there's a buffer-local minor mode, is there a reason for this advice to exist? (As opposed to the minor mode taking care of it?)

Also `indent-tab-mode` isn't a variable. That bit of the advice never worked??

Ah, I see. I suspect you're right about the advice still being useful as-is, although you could possibly still do without it by just checking `dir-local-variables-alist` and `file-local-variables-alist` ? The...

Is it still the case that we can't configure which file extensions are handled?

I understand what you're getting at, but the fact is that requiring users to firstly learn all about composer in order to figure out how to *modify your recommended installation...

> The last command should be altered to include the global vendor path More generally, use `$COMPOSER_HOME` if it's set, as `$HOME/.config/composer` is only the default for certain systems (and...

Now that #10 is implemented and `modalka-mode-map` is using symbols, a convenient way to facilitate this might be to add a `target-key` symbol property at the point when each key...

Even cooler would be a way to get the normal keymap descriptions (e.g. `C-h b`) to output the target bindings, but I can't see how to do that. We're well...

Definitely maybe? I'll try to take a look at this sometime soon.