diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | personal/itches.md | 5 |
2 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 3717 words in 6 pages +## still reachable: 3726 words in 6 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches.md b/personal/itches.md index 7f45973..821f7e4 100644 --- a/personal/itches.md +++ b/personal/itches.md @@ -22,7 +22,7 @@ - cursor stuck on lines with 😛 - scroll when going down newline with forward-… - prevent kills in password prompts from ending up in the clipboard - (auth-info.gpg, sudo…) + (.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 @@ -33,7 +33,8 @@ - when opening `.gpg` files in a TTY, some characters (e.g. TAB) are swallowed by Emacs instead of being forwarded to the gpg prompt; these characters are then inserted in the decrypted file's buffer - (see `epa-file-insert-file-contents`). + (see `epa-file-insert-file-contents`) +- let TRAMP fetch Google Drive credentials from .authinfo.gpg [bug#30008]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30008 |
