Chen Bin

Results 306 comments of Chen Bin

I will check this weekend, I think it's because org-mode changed some API

it's working in 24.3, 24.4, 24.5. 25.0.50 is unstable version I will not support. I suggest sticking to the stable version.

I can make it configurable to use other GUI. Let me think about it.

@akirak , I will try to add your code into sample setup for README. It's not necessary to create a fork because this program is totally configurable, see `vc-msg-git-extra`.

`(setq wucuo-debug t)`, reproduce the issue , send me the log info in *message* buffer.

I think it's `treesit` uses different font face which is not included in `wucuo-font-faces-to-check`. You can add the missing font face into `wucuo-font-faces-to-check`, or `wucuo-personal-font-faces-to-check` (recommend). BTW, use command `wucuo-current-font-face`....

7ca440a support tree-sitter-hl-mode (Chen Bin)

I've already do the setup for tree-sitter in latest commit. So it should work out of box now. You can use `(setq wucuo-personal-font-faces-to-check '(face1 face2 face3 ...))` to add other...

Thanks. I will look into this.