Tianshu Wang

Results 101 comments of Tianshu Wang

Or try this `advice` from @yangsheng6810 ```emacs-lisp (define-advice define-obsolete-function-alias (:filter-args (ll) fix-obsolete) (let ((obsolete-name (pop ll)) (current-name (pop ll)) (when (if ll (pop ll) "1")) (docstring (if ll (pop ll)...

测试过简单加外链不行,同求解决

@BruceZhaoR 我想知道你是怎么改的head image 博文配置前加的么 header-img: "http://abc.com/example.jpg" 确实不行, 该怎么甩链接。 博文中我用简单的html加外链,没有问题。

@BruceZhaoR Thanks a lot,It works well know;)

@Missmiaom 博文前面要加上 `catalog: true`

@wbolster any update? There seems to be a pull request.

Yes, so I also tried to build the docs myself in this [PR ](https://github.com/Kapeli/Dash-User-Contributions/pull/3812) but also facing this issue: https://github.com/tshu-w/Dash-User-Contributions/blob/0efe2f5ef9aa3b05f39e1fc2d474b4df2ea8c880/docsets/Scikit/build.sh#L37-L47

Since I don't use biblio directly, I can't guarantee I'll make a patch, but I'll try if I have time. Let's leave this here and see if anyone is interested

@noctuid Hi, If I bind keys in a prefix map, the which-key settings are not working. current: ```emacs-lisp (general-define-key :states '(normal insert motion emacs) :keymaps 'override :prefix-map 'tyrant-map :prefix "SPC"...