Ihor Radchenko <yanta...@posteo.net> writes: > You should set `org-modules' _before_ loading Org. Or you can load > org-habit in more traditional way, via (require 'org-habit) or > (use-package org-habit).
Thanks, this works! I misunderstood the way the different use-package blocks got executed.