From 9fba1a6a4899246f20e58f17a027d713fe530b2e Mon Sep 17 00:00:00 2001 From: Zelong Kuang Date: Sun, 14 Dec 2025 19:36:44 +1100 Subject: [PATCH] fixup! Add typst support --- init.el | 1 + lisp/init-typst.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index e951be2..cb5ae66 100644 --- a/init.el +++ b/init.el @@ -89,3 +89,4 @@ (require 'init-coding) (require 'init-org) (require 'init-tex) +(require 'init-typst) diff --git a/lisp/init-typst.el b/lisp/init-typst.el index 3bcc6e5..d8a1f87 100644 --- a/lisp/init-typst.el +++ b/lisp/init-typst.el @@ -27,4 +27,4 @@ (define-key typst-ts-mode-map (kbd "C-c C-l") #'typst-preview-mode) ) -(provode 'init-typst) +(provide 'init-typst)