memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit e7fa90056d79ca55ea0398e42a0279c52979564a
parent aff98e571b0cd2a98bba05524f1879f6db8e48e4
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat, 12 Jan 2019 18:40:40 +0100

Add Dired-related itches

Diffstat:
MREADME.md | 2+-
Mpersonal/itches.md | 9+++++++++
2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 6228 words in 11 pages +## still reachable: 6266 words in 11 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches.md b/personal/itches.md @@ -327,6 +327,15 @@ Full disclosure [`page-break-lines`]: https://github.com/purcell/page-break-lines [who on Earth]: https://gitlab.com/peniblec/dotfiles/blob/master/.emacs-custom.el +## Dired + +- allow "columns" to be toggled; more specifically, make it possible + to hide ownership, permissions, number of hard links… + +- make the filename stand out + +- `% r` does not support some `\` constructs (`\#`, `\,`) + ## ERC - move timestamp to a better position (see `stamp` module)