Guoqiang Jin

Results 6 comments of Guoqiang Jin

same issue here, @AloisJanicek changing "side window-width" to 0.1 doesn't help, but it seems harder to reproduce with 0.1 width. Now I totally remove the scrollbar...

@forrestchang please refer to the gist here https://gist.github.com/smallzhan/4f8a558790133d269d5658ea85d50bf1 detailed modification: in line 535, set the scrollbar width to 0 in fuction "company-box--update-width", then delete all the lines of calling to...

if 里面的 setBackground 加个 super 就可以了。 ``` public void setBackground(Drawable background) { if(Build.VERSION.SDK_INT >= 16){ super.setBackground(background); }else { this.setBackgroundDrawable(background); } } ```

@xzz53 Could you show your configuration about `org-noter-integration.el' about `org-noter'? After loading the org-noter-integration.el in my config. click the `pdftools:xxx` link in the notes file failed to link to the...

@xzz53 seems that org-pdftools can't be complied as .elc, now it works, thank you! Your `PS' will be a very great work! > PS > I plan to set up...