From f0de04c52ffcc70e490915a031cd551cbf61cc12 Mon Sep 17 00:00:00 2001 From: Misaka Date: Wed, 11 Sep 2024 21:08:01 +0800 Subject: [PATCH] Try fix build --- cats/+markdown.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cats/+markdown.el b/cats/+markdown.el index 704d10e..48d5f0f 100644 --- a/cats/+markdown.el +++ b/cats/+markdown.el @@ -7,6 +7,8 @@ (setq markdown-xwidget-github-theme "light")) (use-package markdown-xwidget + :preface + (add-to-list 'byte-compile-ignore-files "init.el") :vc (markdown-xwidget :url "https://github.com/cfclrk/markdown-xwidget" :rev :newest)