Hong Xu

Results 374 comments of Hong Xu

I found out the issue. The following two lines in my configuration cause the misbehavior: ``` elisp (global-whitespace-mode) (setq whitespace-style '(face trailing)) ``` These two lines highlight trailing whitespace in...

Maybe [this package](http://tapoueh.org/emacs/switch-window.html) works better in your case.

Very cool! Thank you for your contribution!

pageup/pagedown are not available in many of small keyboards (e.g. many laptop keyboards). Perhaps using Ctrl + (Shift + ) Up/Down is a better option for switching and reordering chat...

[Fill-Column-Indicator](https://github.com/alpaker/Fill-Column-Indicator) is able to draw a dashed line. Maybe something can be borrowed from there?

Hi there, author of flake8-executable here. I happened to come across this issue. If you think this is a bug of flake8-executable, feel free to [open an issue](https://github.com/xuhdev/flake8-executable/issues) :)

Are you using Windows and turned on git auto end of line conversion? You can disable it and try again: https://troyready.com/blog/git-windows-dont-convert-line-endings.html