Emmanuel Bustos Torres

Results 65 comments of Emmanuel Bustos Torres

Also, [eac6522](https://github.com/ema2159/centaur-tabs/commit/eac6522bb9c19c525770822d9f14b4d0ff07324c) solves the issue @CsBigDataHub pointed out.

Nice idea! I think awesome-tab (the package in which this plugin is based on) has that function. I'll try to check how it's implemented and then use it for centaur.

Hi! I am back. I will review this and push it soon. If I understand correctly this occurs because of recent changes in project.el, though this is for more recent...

This should not be difficult to implement. In the *Prevent the access to specified buffers* section in the README, you'd have just to use the `string-match-p` function instead of the...

> I guess it's just a matter of exposing `clang_getCompletionParent()`: > > * https://clang.llvm.org/doxygen/group__CINDEX__CODE__COMPLET.html#ga8afa885ca6547c96baa1369179b3b236 > > Which I think returns this list of possibilities: > > * https://clang.llvm.org/doxygen/group__CINDEX__CODE__COMPLET.html#ga547e210f2ea6fc1fb4263b0d4d7e8102 > >...

I think I see the problem. The issue is that the Oculus browser has two modes, a "Desktop" and the "Mobile" modes, which makes it difficult to properly manage. This...

> Having a lighten and darken function is something I’ve considered for the diff functionality as well. I would accept a PR to add this. I know how to do...

> On a side note, why would it need to be darker than base00? The principle of Solaire mode is to dim the non editing buffers to give contrast. Though...

> Is there another format it could be in that would make it easier? I could change the generated templates to include the data in another format if needed. I...

> You mentioned the conversion from hex to rgb not existing in elisp - I could update the provided color variables exposed to also provide rgb values. (See http://chriskempson.com/projects/base16/#template-variables) Ok,...