kaiwk / leetcode.el

An Emacs LeetCode client.
GNU General Public License v3.0
396 stars 70 forks source link

Improper usage of `shr-current-font` #112

Open Elilif opened 1 year ago

Elilif commented 1 year ago

In the difination of leetcode--show-problem, shr-current-font should be a face and shouldn't be set globally; otherwise, Emacs will throw Invalid face reference: t error, and all other packages using shr.el will be effected.