Vitalie Spinu
Vitalie Spinu
> I don't think it will look good: as you enter the first char, your screen will fill up with a bunch of overlays that are obscuring the thing you're...
I am not following on this; I guess it's an implementation detail. For sure, the overlays should change as the input changes. The input should not be limited to 10...
In my list this is the biggest oversight of AWS API that I have encountered so far. To work around one needs to replicate network settings all over the place...
``` (append '((company-math-symbols-latex company-math-symbols-unicode company-auctex-environments company-auctex-macros company-capf company-ispell company-latex-commands company-abbrev company-bbdb company-dabbrev-code company-dabbrev company-files company-keywords company-semantic )) ``` This doens't seem right to me, but if it works for you...
I do `(add-to-list 'company-backends 'company-math-symbols-unicode)` globally and ``` (setq-local company-backends (append '((company-math-symbols-latex company-latex-commands)) company-backends)) ``` In latex mode.
Also my Right CTRL stops working. Need to reset the keyboard to get it back.
That's ok. Just like with R where `%>%` manipulates the code, `->>` in lisps is a macro which transforms the code at compile time. So `z %>>% foo(a)` should be...
`M-x imenu TAB` should show the same. So, it's not `imenu-anywhere` specific.
Same opinion here. I think things should stay in the same package as it's more convenient for the end user.
It seems to me that modules are essentially a way to merge second level map into root config with a custom transform :fn. At the moment I don't quite see...