From b0b898081659e0dc89544b986f5eb3724e4ccc62 Mon Sep 17 00:00:00 2001 From: Martin Sukany Date: Sat, 21 Feb 2026 00:05:48 +0100 Subject: [PATCH] updated --- custom.el | 1 + packages.el | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/custom.el b/custom.el index acc4918..ef6a8d3 100644 --- a/custom.el +++ b/custom.el @@ -12,3 +12,4 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) +(put 'list-timers 'disabled nil) diff --git a/packages.el b/packages.el index b4e3f29..b24920f 100644 --- a/packages.el +++ b/packages.el @@ -69,3 +69,7 @@ ;; hugo (package! ox-hugo) + +;; pandoc +(package! org-pandoc-import + :recipe (:host github :repo "tecosaur/org-pandoc-import"))