fix(dottime.el): Defer package-specific setup

This commit is contained in:
Vincent Ambo 2019-12-27 13:04:49 +01:00
parent a54cc040ad
commit 100f451b0a
2 changed files with 33 additions and 30 deletions

View file

@ -45,6 +45,7 @@
(use-package dash-functional)
(use-package dottime
:demand
:after (notmuch telega)
:config (dottime-display-mode t))