+ New command: doom/popup-kill-all
+ Update references to :fixed (now named :static)
+ Simplified doom-popup-p; moved :static filtering to
doom-popup-windows.
+ New :autofit popup property, which resizes the popup to fit its
content, if possible.
+ doom-popup-windows now takes one boolean argument: whether to ignore
static popups or not.
Now, the +evil/window-move-* commands are consistent when used with
popups. Also added doom/popup-move-* as popup-alternatives to
evil-window-move-{very,far}-* commands.
Relevant to #141#171
Caused when rebalancing windows with sub-character-width fringes. Fixed
by forcibly resizing the neotree window to the correct width each time
it is restored by doom*popup-save.
* 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.