mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(debugging): add dap-mode with basic config for Go and Ruby
This commit is contained in:
13
modules/editor/siren-hydra.el
Normal file
13
modules/editor/siren-hydra.el
Normal 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
|
||||
Reference in New Issue
Block a user