forked from doomemacs/doomemacs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DamienCassou/auth-source-pass@468bba2 -> DamienCassou/auth-source-pass@fa8b964 Silex/docker.el@ed0cdf0 -> Silex/docker.el@bc2dc09 cjohansson/emacs-ssh-deploy@cc91b56 -> cjohansson/emacs-ssh-deploy@fce4ea3 editorconfig/editorconfig-emacs@9da2dab -> editorconfig/editorconfig-emacs@e10fa22 emacs-lsp/dap-mode@49af1b8 -> emacs-lsp/dap-mode@4347846 emacs-lsp/lsp-ivy@4dcb635 -> emacs-lsp/lsp-ivy@bccd860 emacs-lsp/lsp-mode@3dc87f6 -> emacs-lsp/lsp-mode@aec8968 emacs-lsp/lsp-ui@efae00e -> emacs-lsp/lsp-ui@cb02972 emacsorphanage/quickrun@57db985 -> emacsorphanage/quickrun@35e91f4 jacktasia/dumb-jump@8bc1950 -> jacktasia/dumb-jump@8f70acb joaotavora/eglot@b06589b -> joaotavora/eglot@a5b7b7d magit/forge@f4c95dd -> magit/forge@37aa4e4 magit/magit@577f16d -> magit/magit@e378827 millejoh/emacs-ipython-notebook@142ff50 -> millejoh/emacs-ipython-notebook@09af858 purcell/envrc@110a221 -> purcell/envrc@8a9a142 realgud/realgud@34557f8 -> realgud/realgud@7a70b27 spotify/dockerfile-mode@3b13745 -> spotify/dockerfile-mode@ad06a41 tkf/emacs-request@accd430 -> tkf/emacs-request@f3a5b43 tmalsburg/helm-bibtex@ca09076 -> tmalsburg/helm-bibtex@9f6ea92 vedang/pdf-tools@35e12b0 -> vedang/pdf-tools@d262cf9 yoshiki/yaml-mode@fc5e1c5 -> yoshiki/yaml-mode@3a57058 zx2c4/password-store@918992c -> zx2c4/password-store@4e73cdc
- Loading branch information
Showing
15 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;; -*- no-byte-compile: t; -*- | ||
;;; lang/yaml/packages.el | ||
|
||
(package! yaml-mode :pin "fc5e1c58f94472944c4aa838f00f6adcac6fa992") | ||
(package! yaml-mode :pin "3a57058468211f3cb18e71aecc630dcacb87636b") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
;; -*- no-byte-compile: t; -*- | ||
;;; tools/biblio/packages.el | ||
|
||
(package! bibtex-completion :pin "ca09076c3d6e51cc4ffe208c8176fccf3710fcc6") | ||
(package! bibtex-completion :pin "9f6ea920a49457d85096caa0e61f086a42b2908e") | ||
(when (featurep! :completion ivy) | ||
(package! ivy-bibtex :pin "ca09076c3d6e51cc4ffe208c8176fccf3710fcc6")) | ||
(package! ivy-bibtex :pin "9f6ea920a49457d85096caa0e61f086a42b2908e")) | ||
(when (featurep! :completion helm) | ||
(package! helm-bibtex :pin "ca09076c3d6e51cc4ffe208c8176fccf3710fcc6")) | ||
(package! helm-bibtex :pin "9f6ea920a49457d85096caa0e61f086a42b2908e")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
;; -*- no-byte-compile: t; -*- | ||
;;; tools/debugger/packages.el | ||
|
||
(when (package! realgud :pin "34557f8d8fc6af8d3763380942cc07193335c73b") | ||
(when (package! realgud :pin "7a70b27614c488be274898d0141ec82feb3a8d5a") | ||
(when (featurep! :lang javascript) | ||
(package! realgud-trepan-ni :pin "0ec088ea343835e24ae73da09bea96bfb02a3130"))) | ||
|
||
(when (featurep! +lsp) | ||
(package! dap-mode :pin "49af1b8cbd261a5f97e1b2886418dae5e51b452d") | ||
(package! dap-mode :pin "434784654e26daa7a8512ed57907829a043592d3") | ||
(package! posframe :pin "739d8fd1081bdd0d20dee9e437d64df58747b871")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;; -*- no-byte-compile: t; -*- | ||
;;; tools/direnv/packages.el | ||
|
||
(package! envrc :pin "110a221f8205655a31fa51bffd45e1e9da056ffc") | ||
(package! envrc :pin "8a9a142cf9d35e62a70d9d100a946f78fe0b066a") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;; -*- no-byte-compile: t; -*- | ||
;;; tools/docker/packages.el | ||
|
||
(package! docker :pin "ed0cdf08597ceb3a1f85e065d1b2b7aefd7e35ee") | ||
(package! docker :pin "bc2dc09edea167d4fdf022aa263bad71932bb0c4") | ||
(package! docker-tramp :pin "8e2b671eff7a81af43b76d9dfcf94ddaa8333a23") | ||
(package! dockerfile-mode :pin "3b1374563f62d71aec11ebd33d37109459e54571") | ||
(package! dockerfile-mode :pin "ad06a41259ff2961d603bf23a3a8fbd22dde2161") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;; -*- no-byte-compile: t; -*- | ||
;;; tools/ein/packages.el | ||
|
||
(package! ein :pin "142ff5078b3074ce3ac8bf90abd8c38d9733253e") | ||
(package! ein :pin "09af85821e4fce64675d5287fe9f3a6847d1c5d2") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
;; -*- no-byte-compile: t; -*- | ||
;;; tools/eval/packages.el | ||
|
||
(package! quickrun :pin "57db985c6d293747dc8c40c4e08b465e148613a8") | ||
(package! quickrun :pin "35e91f4b6cfbb8dd2adea4d8cf53ae76db7d00d9") | ||
(when (featurep! +overlay) | ||
(package! eros :pin "dd8910279226259e100dab798b073a52f9b4233a")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
;; -*- no-byte-compile: t; -*- | ||
;;; tools/magit/packages.el | ||
|
||
(when (package! magit :pin "577f16da3072a0ae85fba6b25a36a971a61ec6c2") | ||
(when (package! magit :pin "e37882710bd91d95bac967d342e5aea846cce783") | ||
(when (featurep! +forge) | ||
(package! forge :pin "f4c95dd0e633b3dd332d6f91122c864ab3640912")) | ||
(package! forge :pin "37aa4e4b82a99246b3551daee6104dc1d192174a")) | ||
(package! magit-gitflow :pin "cc41b561ec6eea947fe9a176349fb4f771ed865b") | ||
(package! magit-todos :pin "78d24cf419138b543460f40509c8c1a168b52ca0") | ||
(package! github-review :pin "341b7a1352e4ee1f1119756360ac0714abbaf460")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
;; -*- no-byte-compile: t; -*- | ||
;;; tools/upload/packages.el | ||
|
||
(package! ssh-deploy :pin "cc91b56a7f07ae63fcf78a040001491d040ec9ba") | ||
(package! ssh-deploy :pin "fce4ea35f09ed5899c1a2dfa3527bc2dd5ca3ba5") |