mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
7 lines
134 B
EmacsLisp
7 lines
134 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/debugger/packages.el
|
|
|
|
(package! realgud)
|
|
(when (featurep! :tools lsp)
|
|
(package! dap-mode))
|