Yen-Chin,Lee

Results 30 comments of Yen-Chin,Lee

I decided mark this PR to [WIP] since `hexo-command-rename-file` should has the similar feature. Please wait for all feature done then accept PR, thanks.

@jgarvin If you only use `linum-mode` ( `M-x linum-mode` ) with cyberpunk theme but without linum-relative loaded, the problem is still occurred ?

Hi @et2010 , your solution looks good to me. I'll close this issue after fix it. Thanks :)

I didn't notic about this issue, but I can give you another workround, set date-format to english format. ``` (setq system-time-locale "en_US" ) ``` I'll try to fix this issue...

Is skip datetime in outline enough ? Or I need to care more ? I'm planing to write a unit test to make sure everything ok then release v0.5

@AmanYang Can you tell me how large the file you open with ? I think the problem is due to when open file, `pangu-spacing-mode` will search from `(point-min)` to `(point-max)`,...

Add `linum-relative-with-helm` feature doc, I'll do this tonight

Not sure, maybe we need to add some hook to `auto-fill` since `pangu-spacing` only insert the white space on the overlay, not the buffer itself. The quickly way is to...

Sure, I'll look into it