Commit graph

66 commits

Author SHA1 Message Date
TEC
c59a1ff498
Mu4e: cooperative lock control 2021-07-30 01:56:50 +08:00
TEC
6118ad5c12
Mu4e: enforce consistent naming scheme, "+" prefix 2021-07-30 01:56:49 +08:00
TEC
d926ecd274
Mu4e: rename my-mu4e-* function to +mu4e-* 2021-07-30 01:56:49 +08:00
TEC
79f8107e43
Mu4e: have =mu4e replace an empty workspace 2021-07-30 01:56:49 +08:00
TEC
a80ef01b88
Mu4e: improve LaTeX fragment size check
We also don't need to tell org-msg to wait for Org apparently
2021-07-30 01:56:49 +08:00
TEC
a974db04c4
Mu4e: further improve org-msg
- stylistic tweaks
- make accent colour easily user-settable
- scale LaTeX fragments appropriately
- make it easy to toggle org-msg-mode for one-off messages
2021-07-30 01:56:49 +08:00
TEC
b386ea1f53
Mu4e: Oh, there's an autoload file I can use? 2021-07-30 01:56:48 +08:00
Alexander Graul
9fe35c5fa4 mu4e: Adjust config to mu4e 1.4
mu4e 1.4 brings quite a few changes, including the deprecation of
previously used variables. These are now guarded by a version
comparison. org-mu4e is not needed for linking anymore,
org-mu4e-link-query-in-headers-mode was renamed. It's new version
defaults to nil and is therefore not set anymore -- I am not sure if the
default was changed or setting it was not strictly needed previously.
2020-04-24 16:56:03 +02:00
Alexander Graul
4ca20438fb Use featurep! in mu4e/autoload/email.el
featurep works a bit different from featurep!, which is required in this
case.
2019-12-08 23:42:46 +01:00
Yiming Chen
f6a10f1268 email/mu4e: avoid delete-other-windows twice
- `+workspace-switch` already does this for us
- see also https://github.com/hlissner/doom-emacs/pull/2123#discussion_r352371828
2019-12-02 08:20:57 +08:00
Yiming Chen
a7eef56b9d email/mu4e: restore window config when mu4e quit
- see https://github.com/hlissner/doom-emacs/pull/2123#issuecomment-560010891
2019-12-01 09:30:33 +08:00
Yiming Chen
4126d3be81 email/mu4e: delete other windows when opening mu4e 2019-12-01 09:30:03 +08:00
Yiming Chen
ba2e7836ab email/mu4e: add featurep check for workspaces
- if module workspaces is not used, an error would be raised when calling =mu4e
  `=mu4e: Symbol’s function definition is void: +workspace-switch`
- if module workspaces is not used, an error would be raised when quiting mu4e
  `=mu4e: Symbol’s function definition is void: +workspace/delete`
2019-11-30 22:02:32 +08:00
Henrik Lissner
c795a988e6
Conform many modules to new conventions 2019-07-23 12:30:47 +02:00
Henrik Lissner
9a02bd8ac8
Minor refactors across the board
- when-let* -> when-let
- Fix projectile-locate-dominating-file for connected remote files
2019-06-26 14:31:06 +02:00
Henrik Lissner
84c5da844b
Add email/{wanderlust,mu4e,notmuch} modules
Removed app/{email,notmuch}
2019-05-05 14:14:12 -04:00