Justin Burkett

Results 9 issues of Justin Burkett

cc @rgrinberg ref #226 After thinking about this problem and different approaches, the simplest one seems to be to push towards defining replacements using the extended `define-key` mechanism, which puts...

This is possibly crazy/stupid, but here are two situations that I'm thinking of 1. `ivy-switch-buffer` -> search for file buffer -> "damn the file's not open" -> `C-g` -> `ivy-find-file`...

enhancement

Test case ``` elisp (["]a" "b") ``` I'm not sure what's going on here, and I don't have time to test a bunch of cases right now, but if you...

This is a low-level fix for the composed characters problem (see #1656). The idea is to prevent `evil-range` from returning a range that lands inside a sequence of composed characters....

Is there any chance you would consider using github's releases feature to create releases of the drivers? I would like to watch for releases and not necessarily get notified about...

I think this is self-explanatory, but you need to escape $ to get a literal dollar sign and we don't want the pair in this case (for math mode).

When the type is screen-line and multiple real lines are spanned, make evil-change behave like it does for the line type (e.g., by adding and indenting a new line after...

Bind C-c C-f to julia-repl-send-function. I didn't add a binding for the paragraph function, because the logical choice (C-c C-p) was taken. ---- #

1. `emacs -Q` 2. `M-x package-initialize` 3. `M-x toggle-debug-on-error` 4. `M-x company-mode` 5. After "a" start typing in the code below ```elisp (defhydra simple (nil nil :hint nil :foreign-keys run)...