mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-13 02:01:58 -07:00
bump: :completion :ui :tools
company-mode/company-mode@fad9f207e0 -> company-mode/company-mode@42d3897308 dgutov/diff-hl@3eefe68941 -> dgutov/diff-hl@bb9af85441 dimitri/switch-window@8f771b571a -> dimitri/switch-window@a72cf11d21 jacktasia/dumb-jump@215e2ed9ab -> jacktasia/dumb-jump@8c97b2afc2 karthink/gptel@d221329ee3 -> karthink/gptel@63795dee75 magit/ghub@278d9fb5f3 (5.0.3) -> magit/ghub@c22858596c (5.0.4) magit/orgit@24c8fe48c4 (v2.1.1) -> magit/orgit@4fb91faff3 (v2.1.2) minad/marginalia@0d08fbea0f -> minad/marginalia@142e4da1bd oantolin/embark@7b3b2fa239 -> oantolin/embark@e0238889b1 seagle0128/doom-modeline@0c91e47a0c -> seagle0128/doom-modeline@8806358185
This commit is contained in:
parent
a3b1be0121
commit
04701547b1
8 changed files with 11 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; completion/company/packages.el
|
||||
|
||||
(package! company :pin "fad9f207e00a851c0d96dd532c1b175326ac3e3d")
|
||||
(package! company :pin "42d3897308a992cd2268ba2d4e2ec013fc6c961e")
|
||||
(package! company-dict :pin "cd7b8394f6014c57897f65d335d6b2bd65dab1f4")
|
||||
(when (modulep! +childframe)
|
||||
(package! company-box :pin "c4f2e243fba03c11e46b1600b124e036f2be7691"))
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@
|
|||
(package! consult-dir :pin "1497b46d6f48da2d884296a1297e5ace1e050eb5")
|
||||
(when (modulep! :checkers syntax -flymake)
|
||||
(package! consult-flycheck :pin "9fe96c4b75c8566170ad41a04c3849d2e2606104"))
|
||||
(package! embark :pin "7b3b2fa239c34c2e304eab4367a4f5924c047e2b")
|
||||
(package! embark-consult :pin "7b3b2fa239c34c2e304eab4367a4f5924c047e2b")
|
||||
(package! embark :pin "e0238889b1c946514fd967d21d70599af9c4e887")
|
||||
(package! embark-consult :pin "e0238889b1c946514fd967d21d70599af9c4e887")
|
||||
|
||||
(package! marginalia :pin "0d08fbea0f1182627891240780081ba528c1348b")
|
||||
(package! marginalia :pin "142e4da1bd76dc5bdbbfd15532571b8a271e680e")
|
||||
|
||||
(package! wgrep :pin "49f09ab9b706d2312cab1199e1eeb1bcd3f27f6f")
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
(package! gptel
|
||||
:recipe (:nonrecursive t)
|
||||
:pin "d221329ee3aa0198ad51c003a8d94b2af3a72dce")
|
||||
:pin "63795dee75db49a04fd87842a1dcdef29c855f93")
|
||||
|
||||
(package! gptel-quick
|
||||
:recipe (:host github :repo "karthink/gptel-quick")
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
(package! helm))
|
||||
|
||||
;;
|
||||
(package! dumb-jump :pin "215e2ed9abdcc4bb547f10ea4fe9e384904e817d")
|
||||
(package! dumb-jump :pin "8c97b2afc2c7940f377a192dbcff51f6a44f664e")
|
||||
(when (modulep! :completion ivy)
|
||||
(package! ivy-xref :pin "a82e8e117d2dd62c28b6a3e3d6e4cfb11c0bda38"))
|
||||
(when (modulep! :completion helm)
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
;; forge depends on ghub, which requires Emacs 29.1+
|
||||
:disable (version< emacs-version "29.1"))
|
||||
(package! ghub
|
||||
:pin "278d9fb5f3f673a4ecfe551faeacc0dfd5de0783" ; 5.0.3
|
||||
:pin "c22858596c1f5a1f5b439e475e7ba0e6a2e1718b" ; 5.0.4
|
||||
;; ghub requires Emacs 29.1+
|
||||
:disable (version< emacs-version "29.1"))
|
||||
(package! code-review
|
||||
|
|
@ -31,6 +31,6 @@
|
|||
:disable (version< emacs-version "29.1")))
|
||||
|
||||
(when (modulep! :lang org)
|
||||
(package! orgit :pin "24c8fe48c477d561c2ce1720223f8c5aec664f4e") ; v2.1.1
|
||||
(package! orgit :pin "4fb91faff3bf32dac5f6f932654c280cd1f190f7") ; v2.1.2
|
||||
(when (modulep! :tools magit +forge)
|
||||
(package! orgit-forge :pin "c2116b8701498bd11d8674065a5429d844985e46"))) ; v1.1.1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
;;; ui/modeline/packages.el
|
||||
|
||||
(unless (modulep! +light)
|
||||
(package! doom-modeline :pin "0c91e47a0cfe8a56cc09d1da485ea0d19947777c"))
|
||||
(package! doom-modeline :pin "8806358185f7be11538d2328a7850a342761f707"))
|
||||
(package! anzu :pin "21cb5ab2295614372cb9f1a21429381e49a6255f")
|
||||
(when (modulep! :editor evil)
|
||||
(package! evil-anzu :pin "7309650425797420944075c9c1556c7c1ff960b3"))
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; ui/vc-gutter/packages.el
|
||||
|
||||
(package! diff-hl :pin "3eefe68941933c8549049502007411ed2bf70387")
|
||||
(package! diff-hl :pin "bb9af85441b0cbb3281268d30256d50f0595ebfe")
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
;;; ui/window-select/packages.el
|
||||
|
||||
(if (modulep! +switch-window)
|
||||
(package! switch-window :pin "8f771b571a1e60fac2d2a9845c0a5a52d5b440df")
|
||||
(package! switch-window :pin "a72cf11d21c1f24924a9faeaa9f5d213d8623141")
|
||||
(package! ace-window :pin "77115afc1b0b9f633084cf7479c767988106c196"))
|
||||
|
||||
(when (modulep! +numbers)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue