diff options
-rw-r--r-- | config/doom/config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index c3ca10a..49ed583 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -165,7 +165,7 @@ this new window. * Email ** Notmuch #+begin_src emacs-lisp :tangle "packages.el" -(package! notmuch) +(package! notmuch :pin "3df2281746d57abbb45790ecb432ef40533c30bc") #+end_src #+BEGIN_SRC emacs-lisp (use-package! notmuch @@ -300,6 +300,7 @@ this new window. #+begin_src emacs-lisp :tangle "packages.el" (package! vcard) (package! vdirel) +(package! khardel) #+end_src #+begin_src emacs-lisp |