* develop:
Switch to fallback buffer on kill-all-buffers
Add GNUTLS feature detection to doom doctor #175
Fix evil-mc not whitelisting custom commands
doom-modeline: minor refactor
org/org: resolve +rss-elfeed-files later
Update changelog
Prevent/delay hash-table rehashing
Remove dead wiki link from README
feature/hydra: lv-use-separator = t
Use left-margin to center dashboard elements #192
init.example.el: disable :lang modules by default
Add lang/ledger #194
org-attach: remove vestigial reference to variable
Add org-attach to init.example.el
+org|realign-table-maybe: now recalculates table formulas too
+org/toggle-fold: realign tables
Refactor +org/dwim-at-point
Refactor org/org-attach
Add task entry to org-capture-templates
org: restore checkbox TODO keywords
+ Parts of my smartparens config that were personal preference have been
moved to my private module.
+ The css-mode config was redundant and was removed
+ Moved lang-specific config to their respective modules
+ Markdown config was redundant with native electric support, and thus
removed.
For example:
(doom! :feature (version-control +git))
I leave it to modules to interpret these flags, and they can be detected
through one of the following:
+ (featurep! :feature version-control +git)
+ (featurep! +git) -- syntactic sugar, only available from within
modules.
+ (doom-module-flags :feature version-control) -- returns a list of
flags for this module.
Flags are also available from packages.el files.
+ Add relative line number support (see doom-line-numbers-style)
+ Update doom/toggle-line-numbers
+ New hook functions: doom|enable-line-numbers,
doom|disable-line-numbers
Addresses #156
Adds an INSTALLED-ONLY-P argument to doom-get-packages.
Fixes a missing-package error when doom-get-outdated-packages iterates
over packages that aren't installed.
Plus, updated unit tests.