Matus Goljer
Matus Goljer
- [ ] Does not work with a selected region and backspace (some of the delsel hacks need to be updated) - [ ] Let people in https://github.com/luxbock/evil-cleverparens and evil-smartparens...
https://drive.google.com/file/d/1KKjBCrCgnOcwxsQpHwdNpWcvWupMth1P/view?usp=drive_link
## Expected behavior In `emacs-lisp-mode` ``` "(foo (bar) | 'baz 'qux)(foo (bar) 'baz 'qux)" ``` should become ``` "(foo (bar) 'baz 'qux)|(foo (bar) 'baz 'qux)" ``` after `sp-up-sexp`. ## Actual...
Normally we place `'supersede` but if strict mode is activated anywhere, it will get replaced with a custom smartparens check. However, the symbol property is global so it will now...
This is like moving by lines except it jumps over the "logical lines", that is one statement spread over multiple lines. So in case we have something like ```php |$credentials...
https://github.com/skeeto/emacs-memoize We have options to cache by buffer content which should be bloody amazing when it comes to navigation (sometimes we do the same checks multiple times so this should...
If we have a string in backquotes like so ```js const a = `foo "bar" baz` ``` The parsing of the inner `"bar"` is broken. This seems to be because...
See 2nd commend in #1193
See #1031 comment from @jaccarmac
It would be nice if I could invoke `M-x psysh` and it would allow me to start it multiple times, one for each "project". Right now it pops to the...