quotuva
Results
2
issues of
quotuva
I use the following hack in `shell-mode-hook`: (lambda nil (when (file-remote-p default-directory) (let* ((proc (get-buffer-process (current-buffer)))) (accept-process-output proc) (delete-line) (process-send-string proc "export HISTCONTROL=ignoreboth; bind 'set enable-bracketed-paste off'; history -d $(history...
In the gmail console I had to set the scope to https://mail.google.com/ Lines 202-212 are already part of Emacs 28, and seemed to be causing problems - so I removed...