• 1 Post
  • 8 Comments
Joined 11 months ago
cake
Cake day: October 22nd, 2023

help-circle

  • I have to correct you: their example is more about making sure Magit will be loaded so it configures project-switch-commands, before they call project-switch-project. And don’t “solve” it by just loading Magit on init. I suppose naively it could be solved with

     (autoload #'project-switch-project "magit")
    

    and I’m not sure what’s the equivalent use-package expression. You have to be careful not to lose the usual guarantees of use-package wrt. graceful degradation (we don’t want an error “unknown file magit” – which is the whole point of use-package, otherwise you may as well just write the above form).




  • Wow, Google actually will take down IMAP. I wouldn’t have taken your concern seriously, but I looked it up.

    Changes to Gmail syncing with other email clients

    To keep your account more secure, Gmail no longer supports third-party apps or devices that require you to share your Google username and password. Sharing your account credentials with third parties makes it easier for hackers to gain access to your account.

    Instead, look for the option to ‘Sign in with Google’, which is a safer way to sync your emails to other apps. Learn about Sign in with Google.

    Gmail users with a personal Google Account

    In the coming weeks, the option to ‘Enable IMAP’ or ‘Disable IMAP’ will no longer be available. IMAP access is always enabled in Gmail, and your current connections to other email clients aren’t affected. You don’t need to take any action.

    https://support.google.com/mail/answer/7126229?visit_id=638336166820267774-2369444182&hl=en-GB&rd=1