PIN ALL THE PACKAGES
This commit is contained in:
parent
f3a9d0c03c
commit
4cc14389e8
124 changed files with 515 additions and 489 deletions
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/deft/packages.el
|
||||
|
||||
(package! deft)
|
||||
(package! deft :pin "f54e8a65a7e75a029657364055420374df45656d")
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/doom/packages.el
|
||||
|
||||
(package! doom-themes)
|
||||
(package! solaire-mode)
|
||||
|
||||
(package! doom-themes :pin "2ec6df8905e22586f349290b6f39b320fc2e21be")
|
||||
(package! solaire-mode :pin "2bfb3efe5a646079389dad6ca60e5e7f2c986829")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/fill-column/packages.el
|
||||
|
||||
(package! hl-fill-column)
|
||||
(package! hl-fill-column :pin "612441e69772c24f9ce67ae73e47c84f29ee653d")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/hl-todo/packages.el
|
||||
|
||||
(package! hl-todo)
|
||||
(package! hl-todo :pin "5d2ea49f83a7e6953f9d71de94dee478d08f9543")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/hydra/packages.el
|
||||
|
||||
(package! hydra)
|
||||
(package! hydra :pin "9db28034d7d61bfeff89899633b958f22befc53d")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/indent-guides/packages.el
|
||||
|
||||
(package! highlight-indent-guides)
|
||||
(package! highlight-indent-guides :pin "0b10f38c54ffc099861ce8463e16a1b07ddbb203")
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
;;; ui/modeline/packages.el
|
||||
|
||||
(unless (featurep! +light)
|
||||
(package! doom-modeline))
|
||||
(package! anzu)
|
||||
(package! doom-modeline :pin "dbd9251979de2d94073197b406fe5a72aa593e5d"))
|
||||
(package! anzu :pin "592f8ee6d0b1bc543943b36a30063c2d1aac4b22")
|
||||
(when (featurep! :editor evil)
|
||||
(package! evil-anzu))
|
||||
(package! evil-anzu :pin "9bca6ca14d865e7e005bc02a28a09b4ae74facc9"))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/nav-flash/packages.el
|
||||
|
||||
(package! nav-flash)
|
||||
(package! nav-flash :pin "dbb91216637e0a1e8bfd59aa883c75d45db70daf")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/neotree/packages.el
|
||||
|
||||
(package! neotree)
|
||||
(package! neotree :pin "c2420a4b344a9337760981c451783f0ff9df8bbf")
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
;;; ui/ophints/packages.el
|
||||
|
||||
(if (featurep! :editor evil)
|
||||
(package! evil-goggles)
|
||||
(package! volatile-highlights))
|
||||
(package! evil-goggles :pin "08a22058fd6a167f9f1b684c649008caef571459")
|
||||
(package! volatile-highlights :pin "9a20091f0ce7fc0a6b3e641a6a46d5f3ac4d8392"))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/tabs/packages.el
|
||||
|
||||
(package! centaur-tabs)
|
||||
(package! centaur-tabs :pin "9b2ae1ace8c0d4ad1fa90047105793274baa1d48")
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/treemacs/packages.el
|
||||
|
||||
(package! treemacs)
|
||||
(package! treemacs :pin "d539f7bfa0cf97383a3e15688d904c14d4d94aa9")
|
||||
(when (featurep! :editor evil +everywhere)
|
||||
(package! treemacs-evil))
|
||||
(package! treemacs-evil :pin "d539f7bfa0cf97383a3e15688d904c14d4d94aa9"))
|
||||
(package! treemacs-projectile)
|
||||
(when (featurep! :tools magit)
|
||||
(package! treemacs-magit))
|
||||
(package! treemacs-magit :pin "d539f7bfa0cf97383a3e15688d904c14d4d94aa9"))
|
||||
(when (featurep! :ui workspaces)
|
||||
(package! treemacs-persp))
|
||||
(package! treemacs-persp :pin "d539f7bfa0cf97383a3e15688d904c14d4d94aa9"))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/unicode/packages.el
|
||||
|
||||
(package! unicode-fonts)
|
||||
(package! unicode-fonts :pin "7b88ae84e589f6c8b9386b2fb5a02ff4ccb91169")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/vc-gutter/packages.el
|
||||
|
||||
(package! git-gutter-fringe)
|
||||
(package! git-gutter-fringe :pin "16226caab44174301f1659f7bf8cc67a76153445")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/vi-tilde-fringe/packages.el
|
||||
|
||||
(package! vi-tilde-fringe)
|
||||
(package! vi-tilde-fringe :pin "f1597a8d54535bb1d84b442577b2024e6f910308")
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
;;; ui/window-select/packages.el
|
||||
|
||||
(if (featurep! +switch-window)
|
||||
(package! switch-window)
|
||||
(package! ace-window))
|
||||
(package! switch-window :pin "204f9fc1a39868a2d16ab9370a142c8c9c7a0943")
|
||||
(package! ace-window :pin "edbbb1b77c3fb939e4d9057443bc1897321d0095"))
|
||||
|
||||
(when (featurep! +numbers)
|
||||
(package! winum))
|
||||
(package! winum :pin "c5455e866e8a5f7eab6a7263e2057aff5f1118b9"))
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/workspaces/packages.el
|
||||
|
||||
(package! persp-mode)
|
||||
|
||||
(package! persp-mode :pin "e330e6240bbb82589077f30472b05b95d1ff430d")
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/zen/packages.el
|
||||
|
||||
(package! writeroom-mode)
|
||||
(package! mixed-pitch)
|
||||
(package! writeroom-mode :pin "fa17eb651102502f60086d62784f1dae15c0630d")
|
||||
(package! mixed-pitch :pin "fbc566ace3ed7508dab6bec90ba185f21c829aab")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue