mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
14 lines
223 B
EmacsLisp
14 lines
223 B
EmacsLisp
;;; 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
|