mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 15:15:52 +05:30
Pinned embark and reorganized packages.el
This commit is contained in:
parent
c80e0350cc
commit
3abbb1724f
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue