Merrick Luo
Merrick Luo
yeah, it seems dwim does include the idea of `at-point`, how about `fanyi-word-at-point` or adding a customization for `fanyi-dwim` to work like `fanyi-dwim2`? like `(setq fanyi-dwim-auto-word)`?
for anyone interested, I made a tailwindcss lsp client [here](https://github.com/merrickluo/lsp-tailwindcss), didn't notice this PR when I started 😥️. Although I haven't implemented all the options this PR has, but it...
Thanks, @hlissner, I updated the PR addressing your comments, in your comments you mentioned #6482 which is the link to this PR, do you mean #6356 ? I see they...
I tried `evil-pinyin` and it's working great, so I copied the code from #6356 and made it only on with `evil +everywhere`, I hope this is ok. Also, I see...
@cwlbraa Thanks, that also makes sense to me. My complaint is also that I have to disable alchemist manually after enabling lsp. @iyefrat, so, I updated the PR to use...
I think this is still relevant.
changed target to master
you can achieve the same thing with `(package! alchemist :disable t)` in your `packages.el`, I also think it's better to just remove alchemist since it's unmaintained for almost 5 years...
+1 想了解下librime中是否有词频记录的逻辑。
这个看起来是 emacs module 的bug(或者unknown feature),如果第一个参数是 nil 的话,后面的字符串都会变成 "(null)", 如图  用空字符串的话正常 `(liberime-get-schema-config "" "speller/auto_select" "bool")`