From 5f067d2b687aa161e54ba7d7022c2a99e40729a8 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Fri, 19 Apr 2019 16:53:02 +0200 Subject: [PATCH] Hydra: add hydra + hydra-zoom --- config.org | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/config.org b/config.org index cb6f27f..607d860 100644 --- a/config.org +++ b/config.org @@ -282,6 +282,25 @@ Enable highlight-line globally and replace its background colour. (set-face-background hl-line-face "dark slate grey") #+END_SRC +* Hydra + +https://github.com/abo-abo/hydra + +#+BEGIN_SRC emacs-lisp +(use-package hydra + :ensure t +) +#+END_SRC + +** Hydra Zoom + +#+BEGIN_SRC emacs-lisp +(defhydra hydra-zoom (global-map "") + "zoom" + ("g" text-scale-increase "in") + ("l" text-scale-decrease "out")) +#+END_SRC + * Dashboard I use the dashboard as start screen.