stripe-buffer
stripe-buffer copied to clipboard
add stripes to "list" buffers
When using `stripe-table-mode` the table row highlighting interferes with line highlighting from `hl-line-mode`. It looks like this is handled by adjusting the hl-line overlay priority [here](https://github.com/sabof/stripe-buffer/blob/master/stripe-buffer.el#L326-L328), but this applies only...
dired-subtree repositry is [here](https://github.com/Fuco1/dired-hacks).
Replace (line-number-at-pos) with (string-to-number (format-mode-line "%l")) which is much faster. source http://emacs.stackexchange.com/q/3821/8930