mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-03 07:42:17 -08:00
6 lines
134 B
EmacsLisp
6 lines
134 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/debugger/packages.el
|
|
|
|
(package! realgud)
|
|
(when (featurep! :tools lsp)
|
|
(package! dap-mode))
|