feat: added org-habit module

Added a simple way to make the org-habit consistency graphs align to the
right margin as well as being responsive to the width of the window.
This commit is contained in:
Alex Ragone 2019-04-13 17:18:11 +12:00
parent ff42cf0767
commit 4944668dfd
3 changed files with 31 additions and 0 deletions

View file

@ -514,5 +514,6 @@ conditions where a window's buffer hasn't changed at the time this hook is run."
(if (featurep! +babel) (load! "+babel"))
(if (featurep! +capture) (load! "+capture"))
(if (featurep! +export) (load! "+export"))
(if (featurep! +habit) (load! "+habit"))
(if (featurep! +present) (load! "+present"))
(if (featurep! +protocol) (load! "+protocol")))