summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2019-01-12 18:40:40 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2019-01-12 18:40:52 +0100
commite7fa90056d79ca55ea0398e42a0279c52979564a (patch)
tree60e32086b5411d4e70a5fdd2cdcd839ca6c58d95
parentaff98e571b0cd2a98bba05524f1879f6db8e48e4 (diff)
downloadmemory-leaks-e7fa90056d79ca55ea0398e42a0279c52979564a.tar.xz
Add Dired-related itches
-rw-r--r--README.md2
-rw-r--r--personal/itches.md9
2 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index e8e630a..853084f 100644
--- 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
index def4ceb..1f418f2 100644
--- 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)