From 110196dafef29ef476aa78429a2677f928571241 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 10 Oct 2022 13:31:44 +0100 Subject: Add more for doom emacs --- doom/packages.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doom/packages.el') diff --git a/doom/packages.el b/doom/packages.el index 230da05..5207016 100644 --- a/doom/packages.el +++ b/doom/packages.el @@ -21,7 +21,8 @@ (package! org-transclusion :recipe (:host github :repo "nobiot/org-transclusion")) (package! org-zettelkasten - :recipe (:host github :repo "ymherklotz/emacs-zettelkasten")) + :recipe (:host github :repo "ymherklotz/emacs-zettelkasten") + :pin "7278052cb451178a2f1ffc61569156ca0adcc34a") (package! org-auto-tangle :recipe (:host github :repo "yilkalargaw/org-auto-tangle") :pin "bce665c79fc29f1e80f1eae7db7e91c56b0788fc") @@ -65,4 +66,7 @@ (package! color-theme-sanityinc-tomorrow) (package! modus-themes) +(package! ef-themes + :recipe (:host nil :repo "https://git.sr.ht/~protesilaos/ef-themes")) + (package! mmm-mode) -- cgit