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"))