Jorge Israel Peña
Jorge Israel Peña
Just adding in case it helps, I just ran `cargo build --release` and it succeeded and running it from the terminal also succeeded. My problem is that it's outputting that...
**EDIT**: Heh, disregard the following. I misunderstood completely. I think I understand what he means. I've only just recently noticed subtitles like this in a documentary I saw on Netflix....
For my purposes I actually switched off of using this SDK to instead using a thin wrapper around the AWS CLI and shaved off many many minutes of build time,...
I use this package to kinda help out with this: https://github.com/willghatch/emacs-on-parens
Oh my apologies for not elaborating further. I did discover those settings via `C-h v` while I was investigating this, but I was noticing conflicts with electric-pair-mode (i.e. when I...
Maybe it'd also be useful to empty out `sp-pairs`? So that it won't do work trying to detect them or whatever.
Ah yeah I just noticed that about `sp-pairs` haha, that was dumb. Yeah I'll leave sp-pairs on its default for now then. I just really care about regular delimiters like...
And yeah I know it was meant to be a superset of or replace electric-pair mode. The way I see smartparens is as a sexp manipulation API, more of a...
Yeah that would be great! So at the lowest level someone could just use the smartparens api and no active functionality like pairing or highlighting or anything. Then one above...
Oh I'm aware thanks, that's what I was saying in the first few posts, and that's how I was using it early on. Indeed that's what I'd be interested in,...