From 3fe3062be14886a5ae9e2cdca9fc4013716878d3 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 1 Oct 2024 16:21:52 +0100 Subject: Hydra for moving between errors --- Emacs/.config/emacs/config.org | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'Emacs/.config') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 185e5fb..8340acb 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -2662,11 +2662,16 @@ so you can actually read the text. ("\\*compilation\\*" (display-buffer-reuse-window display-buffer-at-bottom) (reusable-frames . t) - (window-height . 0.25)) + (window-height . 0.3)) + :hydra + (move-error-hydra + (:hint nil) "Hydra for moving between errors" + ("j" #'next-error) + ("k" #'previous-error)) :general (leader - "j" #'next-error - "k" #'previous-error) + "j" #'move-error-hydra/next-error + "k" #'move-error-hydra/previous-error) (code-leader "c" #'compile "C" #'recompile) -- cgit v1.2.3-13-gbd6f