diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | personal/itches.md | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 6139 words in 11 pages +## still reachable: 6143 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 86670fb..9725c99 100644 --- a/personal/itches.md +++ b/personal/itches.md @@ -20,8 +20,6 @@ - cursor stuck on lines wrapped by visual-line-mode - cursor stuck on lines with 😛 - scroll when going down newline with forward-… -- prevent kills in password prompts from ending up in the clipboard - (.authinfo.gpg, sudo…) - matching-paren analysis fails: `;; (here is\n;; a comment)` - some modes redefine C-M-h, which makes this binding hard to override; could mark-defun consult functions/values exposed by major @@ -355,6 +353,11 @@ Full disclosure - fix builtin/keyword distinction for Bash & Python3 +## read-passwd + +- prevent kills from ending up in the clipboard +- add command to temporarily reveal password + ## ELPA ### adaptive-wrap |
