From 0572e39daad6546b09d8360ae7792525ab918a73 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 10 Sep 2017 10:59:18 +0200 Subject: [PATCH] =?UTF-8?q?[Init]=20Defer=20=E2=80=98mastodon=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index bb65f56..2b1d277 100644 --- a/init.el +++ b/init.el @@ -1200,6 +1200,7 @@ _h_ _l_ _o_k _y_ank :mode (("\\.md\\'" . markdown-mode))) (use-package mastodon + :commands (mastodon) :config (progn (setq mastodon-instance-url "https://mastodon.blue/")))