andras-simonyi/citeproc-el@9f783967c1 -> andras-simonyi/citeproc-el@ba49516265 bdarcus/citar@b24b5b94b7 -> bdarcus/citar@79512aefdf cjohansson/emacs-ssh-deploy@7c5fe8af2d -> cjohansson/emacs-ssh-deploy@9311f9b4f8 editorconfig/editorconfig-emacs@2ab86dc9a8 -> editorconfig/editorconfig-emacs@3c03cef311 emacs-lsp/lsp-mode@f49ea4e365 -> emacs-lsp/lsp-mode@cb7ec94435 joaotavora/eglot@dade5a1487 -> joaotavora/eglot@0f352213fc k1LoW/emacs-ansible@40af0d2bbb -> k1LoW/emacs-ansible@d89ac0ee57 magit/forge@0ff9b8a0de -> magit/forge@5586863f98 magit/magit@0ac05f3962 -> magit/magit@4e29d5827c paradoxxxzero/jinja2-mode@ecd19a40b7 -> paradoxxxzero/jinja2-mode@03e5430a7e purcell/envrc@456c4100de -> purcell/envrc@e161624b91 tmalsburg/helm-bibtex@aa775340ba -> tmalsburg/helm-bibtex@db73156576 tmalsburg/helm-bibtex@aa775340ba -> tmalsburg/helm-bibtex@db73156576 tumashu/posframe@6c0e63d6b3 -> tumashu/posframe@c91d4d53fa vedang/pdf-tools@4e6c778194 -> vedang/pdf-tools@72ef774320 zx2c4/password-store@04cd3023f4 -> zx2c4/password-store@eea24967a0
10 lines
421 B
EmacsLisp
10 lines
421 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/debugger/packages.el
|
|
|
|
(when (package! realgud :pin "3c88611c4ed59069093187c2a039b8d05cbe53e8")
|
|
(when (featurep! :lang javascript)
|
|
(package! realgud-trepan-ni :pin "0ec088ea343835e24ae73da09bea96bfb02a3130")))
|
|
|
|
(when (featurep! +lsp)
|
|
(package! dap-mode :pin "76cad34de8984f57c2b1e374e9c985cc7ec8dad0")
|
|
(package! posframe :pin "c91d4d53fa479ceb604071008ce0a901770eff57"))
|