Pinned embark and reorganized packages.el

This commit is contained in:
Emmet 2023-10-26 21:29:05 -05:00
parent c80e0350cc
commit 3abbb1724f
2 changed files with 4 additions and 2 deletions

View file

@ -1764,6 +1764,7 @@ Any git package can be configured for a particular commit or branch:
- =(unpin! pinned-package another-pinned-package)= to get bleeding edge instead of Doom's stability - =(unpin! pinned-package another-pinned-package)= to get bleeding edge instead of Doom's stability
#+BEGIN_SRC emacs-lisp :tangle packages.el #+BEGIN_SRC emacs-lisp :tangle packages.el
(package! embark :pin "0908eea")
(package! dashboard) (package! dashboard)
(package! direnv) (package! direnv)
(package! org-modern) (package! org-modern)
@ -1771,10 +1772,10 @@ Any git package can be configured for a particular commit or branch:
(package! emacsql :pin "c1a4407") (package! emacsql :pin "c1a4407")
(package! org-roam-ui) (package! org-roam-ui)
(package! org-transclusion) (package! org-transclusion)
(package! lister)
(package! org-download) (package! org-download)
(package! org-yt) (package! org-yt)
(package! toc-org) (package! toc-org)
(package! lister)
(package! all-the-icons-dired) (package! all-the-icons-dired)
(package! all-the-icons-completion) (package! all-the-icons-completion)
(package! ox-reveal) (package! ox-reveal)

View file

@ -1,3 +1,4 @@
(package! embark :pin "0908eea")
(package! dashboard) (package! dashboard)
(package! direnv) (package! direnv)
(package! org-modern) (package! org-modern)
@ -5,10 +6,10 @@
(package! emacsql :pin "c1a4407") (package! emacsql :pin "c1a4407")
(package! org-roam-ui) (package! org-roam-ui)
(package! org-transclusion) (package! org-transclusion)
(package! lister)
(package! org-download) (package! org-download)
(package! org-yt) (package! org-yt)
(package! toc-org) (package! toc-org)
(package! lister)
(package! all-the-icons-dired) (package! all-the-icons-dired)
(package! all-the-icons-completion) (package! all-the-icons-completion)
(package! ox-reveal) (package! ox-reveal)