Henrik Lissner
76cacb5bfe
💥 Rename def-package! -> use-package!
...
Calling this pivotal macro "def-package!" has frequently been a source
of confusion. It is a thin wrapper around use-package, and it should be
obvious that it is so. For this reason, and to match the naming
convention used with other convenience macros/wrappers, it is now
use-package!.
Also changes def-package-hook! -> use-package-hook!
The old macros are now marked obsolete and will be removed when straight
integration is merged.
2019-07-23 12:50:45 +02:00
Henrik Lissner
c795a988e6
Conform many modules to new conventions
2019-07-23 12:30:47 +02:00
Edmund Miller
a01f1e436c
Add NixOS example
2019-07-19 13:24:25 -05: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
20720cda61
Remove visual-fill-column package from Doom core
...
It is not essential enough to keep in Doom core. I'm working on a new
module (or a rewrite for app/write) to replace it.
2019-05-17 01:58:27 -04:00
Henrik Lissner
a247f00a45
email/notmuch: fix invalid-function error
...
Caused by malformed company backends.
2019-05-16 11:41:46 -04:00
Henrik Lissner
2302ed37e5
email/wanderlust: improve gmail support & refactor
2019-05-05 21:07:14 -04:00
Henrik Lissner
83fa8fed65
email/wanderlust: remove redundant defaults
...
Removed defaults that match wanderlust's defaults.
And fix potential stringp error arising from non-string
user-mail-address.
2019-05-05 14:20:17 -04:00
Henrik Lissner
7430086de1
email/wanderlust: fix wl-summary-mode hook
2019-05-05 14:16:14 -04:00
Henrik Lissner
84c5da844b
Add email/{wanderlust,mu4e,notmuch} modules
...
Removed app/{email,notmuch}
2019-05-05 14:14:12 -04:00