mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-10 00:31:22 -07:00
NicolasPetton/pass@7651389c52 -> NicolasPetton/pass@de4adfaeba
andras-simonyi/citeproc-el@a3d62ab8e4 -> andras-simonyi/citeproc-el@4bde999a41
editorconfig/editorconfig-emacs@646c31b4b7 -> editorconfig/editorconfig-emacs@b18fcf7fde
emacs-lsp/dap-mode@ded79ff063 -> emacs-lsp/dap-mode@b77d9bdb15
emacs-lsp/lsp-mode@7642778d59 -> emacs-lsp/lsp-mode@c258b9dfaf
emacs-straight/dape@5f2792ea8c -> emacs-straight/dape@76af39b5c2
emacs-straight/eglot@78bd85f1b5 -> emacs-straight/eglot@76dae6a075
jacktasia/dumb-jump@b1ec972ed3 -> jacktasia/dumb-jump@0bb557a2bd
karthink/gptel@f36ee0a750 -> karthink/gptel@11ddace991
purcell/envrc@06d72d141a -> purcell/envrc@d3289e92e0
tumashu/posframe@d93828bf6c -> tumashu/posframe@4fc893c3c9
vedang/pdf-tools@e4b7f1f37c -> vedang/pdf-tools@365f88238f
Fix: #7873
Revert: 7bb5df4cd4
9 lines
305 B
EmacsLisp
9 lines
305 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/debugger/packages.el
|
|
|
|
(package! dape :pin "76af39b5c274642f784823aa19bc6ea47bffdd05")
|
|
|
|
;; DEPRECATED
|
|
(when (modulep! +lsp)
|
|
(package! dap-mode :pin "b77d9bdb15d89e354b8a20906bebe7789e19fc9b")
|
|
(package! posframe :pin "4fc893c3c9ea3f6b5099ac1b369abb3c6da40b1e"))
|