mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
andras-simonyi/citeproc-el@f5217b9fdb -> andras-simonyi/citeproc-el@9f16f2eee4 editorconfig/editorconfig-emacs@f85ec9724b -> editorconfig/editorconfig-emacs@4af10445fc emacs-straight/dape@81ee231de1 -> emacs-straight/dape@a2d7dc9a8d karthink/gptel@40f6950e80 -> karthink/gptel@f66e44368f purcell/envrc@48a2ee6a4d -> purcell/envrc@4fc7b657ea
10 lines
305 B
EmacsLisp
10 lines
305 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/debugger/packages.el
|
|
|
|
(package! dape :pin "a2d7dc9a8dd599adf61553a73abb880d62150306")
|
|
|
|
;; DEPRECATED
|
|
(when (modulep! +lsp)
|
|
(package! dap-mode :pin "c81014ccc390e8994b061bd2d9f8b5dd84498a3d")
|
|
(package! posframe :pin "12f540c9ad5da09673b2bca1132b41f94c134e82"))
|