From f60c3b5bad999d961141ce73a3b71910e102fff5 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 18 Apr 2024 14:53:30 +0630 Subject: (Emacs/core)+package hydra and use-package-hydra Defines persistent sub-key-maps which can provide some really nice behavior. --- Emacs/.config/emacs/core.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Emacs/.config/emacs/core.org') diff --git a/Emacs/.config/emacs/core.org b/Emacs/.config/emacs/core.org index 53cff6d..a9113f0 100644 --- a/Emacs/.config/emacs/core.org +++ b/Emacs/.config/emacs/core.org @@ -747,3 +747,16 @@ for all snippets I've got. :config (yas-load-directory (no-littering-expand-etc-file-name "yasnippet/snippets"))) #+end_src +* Hydra +Hydra is a great package by =abo-abo= (yes the same guy who made ivy +and swiper) and I hope to use it later on in the config. There are +two use-package declarations here: one for ~hydra~ itself, and the +other for ~use-package-hydra~ which provides the keyword ~:hydra~ in +use-package declarations. +#+begin_src emacs-lisp +(use-package hydra + :straight t) + +(use-package use-package-hydra + :straight t) +#+end_src -- cgit v1.2.3-13-gbd6f