> Wait, why did I do this again? ... in this case for example by linking directly to email from org-mode files Org-mode. Capturing whatever into the appropriate note is wonderful. These days about 80% of the time my answer to why Emacs is org-mode. Not that there aren't other great note taking options, but I've yet to find one that integrates so fully with, well, everything. For all the doubters, I was right there wi…
I am proficient with emacs, but I've never gotten to the point where org-mode clicks. Any advice?
Setting up Gmail in Doom Emacs using mbsync and mu4e
11–20 of 50 posts
Re: Setting up Gmail in Doom Emacs using mbsync and mu4e
#12Re: Setting up Gmail in Doom Emacs using mbsync and mu4e
#13Has anyone switched from Spacemacs to Doom Emacs? Are there special advantages Doom offers that make this switch worthwhile?
Re: Setting up Gmail in Doom Emacs using mbsync and mu4e
#14Re: Setting up Gmail in Doom Emacs using mbsync and mu4e
#15I've been using Neomutt for some time now and I'm already contemplating ditching it. Fewer emails these days are purely text, viewing them brings me right back to the browser anyways. Never got into the Org-Mode hype for Doom Emacs. I do love Magit though, it remains the best git tool I've used to date, but the pain of wrestling with some of my lsp plugins (Looking at ESS) has made waste more time than anything.
text/html; w3m -I %{charset} -T text/html; copiousoutput;
... in your .mailcap. The result is usually better than what ends up in in the text portion of dual text/html emails. Particularly nice when someone thinks they need html to show a table.Re: Setting up Gmail in Doom Emacs using mbsync and mu4e
#16Has anyone switched from Spacemacs to Doom Emacs? Are there special advantages Doom offers that make this switch worthwhile?
I also feel like Spacemacs is growing faster and has more feature than Doom, because more dev's are working on Spacemacs. But I might be wrong about that.
Re: Setting up Gmail in Doom Emacs using mbsync and mu4e
#17I'm very happy with mbsync and mu4e. The only drawback is that email fetching+indexing can be very slow (10 to 30 seconds), compared with the instantaneous gmail web interface. I'm not sure if this is poor configuration on my side, or some other bottlenecks (mbsync, mu indexing, IMAP protocol).
Re: Setting up Gmail in Doom Emacs using mbsync and mu4e
#18Has anyone switched from Spacemacs to Doom Emacs? Are there special advantages Doom offers that make this switch worthwhile?
[0] https://github.com/chenyanming/spacemacs_module_for_doom
Re: Setting up Gmail in Doom Emacs using mbsync and mu4e
#19Here is how to do it in .mbsyncrc
https://gist.github.com/eddieh/8c853c6cf8ffb3ad87e0720eb50f8...
And here is how to do it in .msmtprc
https://gist.github.com/eddieh/5b4df4a8a98ea202e6ebb020871b0...
Re: Setting up Gmail in Doom Emacs using mbsync and mu4e
#20You might want to store application specific passwords in the Keychain. Here is how to do it in .mbsyncrc https://gist.github.com/eddieh/8c853c6cf8ffb3ad87e0720eb50f8... And here is how to do it in .msmtprc https://gist.github.com/eddieh/5b4df4a8a98ea202e6ebb020871b0...
As noted in the .mbsyncrc gist:
> The value is "used to limit average bandwidth consumption (GMail may require this if you have a very fast connection)." Turns out the same is true for iCloud. There's probably some optimized value greater than "1" that can be used, but this works for me.
I actually have it set to 5 now.