diff options
Diffstat (limited to 'personal')
| -rw-r--r-- | personal/itches.md | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
