<title>fix(emacs-pkgs/dottime): Do not call telega macros in advice setup</title>
<updated>2020-01-19T16:48:11+00:00</updated>
<author>
<name>Vincent Ambo</name>
<email>tazjin@google.com</email>
...</author>
<published>2020-01-19T16:48:11+00:00</published>
<link rel="alternate" type="text/html" href="http://code.tvl.fyi/commit/?id=9879703155a2916b8851a11b0858e2d61b3e3173"/>
<id>urn:sha1:9879703155a2916b8851a11b0858e2d61b3e3173</id>
<content type="text">
This advice is potentially defined before the autoloads for telega
have run, which means that the macro-expansion fails and
`telega-ins-fmt` is looked up as a function.
With this setup the initialisation works as expected.
</content>