aboutsummaryrefslogtreecommitdiffstats
path: root/doom/packages.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-10-10 13:31:44 +0100
committerYann Herklotz <git@yannherklotz.com>2022-10-10 13:31:44 +0100
commit110196dafef29ef476aa78429a2677f928571241 (patch)
tree8f2f876cd7be5863f09b8e36de1f0fce780d8578 /doom/packages.el
parent9a05071425eb900a7619a22aa88284b91b3c0ba4 (diff)
downloaddotfiles-110196dafef29ef476aa78429a2677f928571241.tar.gz
dotfiles-110196dafef29ef476aa78429a2677f928571241.zip
Add more for doom emacs
Diffstat (limited to 'doom/packages.el')
-rw-r--r--doom/packages.el6
1 files changed, 5 insertions, 1 deletions
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)