mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-13 02:01:58 -07:00
NicolasPetton/pass@de4adfaeba -> NicolasPetton/pass@143456809f emacs-lsp/lsp-mode@0e53347d76 -> emacs-lsp/lsp-mode@3e55ca8071 emacs-straight/eglot@76dae6a075 -> emacs-straight/eglot@e9371d4ac9 flycheck/flycheck-eglot@6cf99e53b4 -> flycheck/flycheck-eglot@cd1dd78cec jacktasia/dumb-jump@0bb557a2bd -> jacktasia/dumb-jump@215e2ed9ab karthink/gptel@11ddace991 -> karthink/gptel@d221329ee3 purcell/envrc@d3289e92e0 -> purcell/envrc@f44353c42c tarsius/cond-let@0430bd1eb3 (0.2.1) -> tarsius/cond-let@8bf87d45e1 (0.2.2) tumashu/posframe@4fc893c3c9 -> tumashu/posframe@41cc4def61
11 lines
486 B
EmacsLisp
11 lines
486 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/pass/packages.el
|
|
|
|
(package! pass :pin "143456809fd2dbece9f241f4361085e1de0b0e75")
|
|
(package! password-store :pin "3ca13cd8882cae4083c1c478858adbf2e82dd037")
|
|
(package! password-store-otp :pin "be3a00a981921ed1b2f78012944dc25eb5a0beca")
|
|
|
|
(when (modulep! :completion ivy)
|
|
(package! ivy-pass :pin "5b523de1151f2109fdd6a8114d0af12eef83d3c5"))
|
|
(when (modulep! :completion helm)
|
|
(package! helm-pass :pin "4ce46f1801f2e76e53482c65aa0619d427a3fbf9"))
|