feat(debugging): add dap-mode with basic config for Go and Ruby

This commit is contained in:
2020-11-11 10:50:44 +00:00
parent 5c2229c807
commit 7917f6ac56
6 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
;;; siren-hydra.el --- jimeh's Emacs Siren: hydra-mode configuration.
;;; Commentary:
;; Basic configuration for hydra-mode.
;;; Code:
(use-package hydra
:defer t)
(provide 'siren-hydra)
;;; siren-hydra.el ends here