stripe-buffer icon indicating copy to clipboard operation
stripe-buffer copied to clipboard

add stripes to "list" buffers

Results 3 stripe-buffer issues
Sort by recently updated
recently updated
newest added

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