mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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")))
|
||||
|
Reference in New Issue
Block a user