Justin Burkett

Results 171 comments of Justin Burkett

It's in elpa, so in a way it is "officially" part of emacs, but no, I haven't asked about having it be built in. Only problem is I don't have...

(Sorry for the delay) > This seems to break cc on the last continuation visual line as leftmost-point will refer to the start of the logical line. I'm not sure...

@TheBB is right. Be aware that if you want the coloring you either need to do it manually or use `hydra--format`

You're adjusting the docstring and most of the bindings, so why not just redefine the transient state?

try this which should work anywhere in user-config (no hooks) ``` elisp (spacemacs|define-transient-state my-paste :title "Pasting Transient State" :doc "\n[%s(length kill-ring-yank-pointer)/%s(length kill-ring)] \ [_M-n_/_M-p_] cycles through yanked text, [_p_/_P_] pastes...

The issue is that the transient-states are all loaded at once at the end of the initialization, so that your definition is probably getting overwritten. This was to allow people...

There's a function that's called something like vc-refresh-state (name changes between 24 and 25) that needs to be called. I think magit should probably do it but maybe there's a...

Maybe it's not technically a magit issue actually because it doesn't affect magit functionality. Just deal with it here I'd say. On Sat, Nov 7, 2015 at 5:42 PM Fabien...

It's not just `company-mode`, although that is what's causing the headache here. The call that triggers it is `elisp--local-variables` which tries to expand any surrounding macros. If you just try...

Hi, I'm happy to consider a PR for this. I think it makes sense.