From dddd5529453fb9511488512c0513c362f312811c Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 30 Jul 2018 22:18:03 +0200 Subject: [PATCH] Explicitly install the ace-jump-mode package It was already installed as a dependency, but now I even add key bindings. --- configuration.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/configuration.org b/configuration.org index ed2b7df..a01f654 100644 --- a/configuration.org +++ b/configuration.org @@ -1918,6 +1918,15 @@ This will be replaced with something self-hosted, eventually. (global-wakatime-mode t)) #+END_SRC +** Jump to character, word, line + +#+BEGIN_SRC emacs-lisp +(use-package ace-jump-mode + :bind + (:map gpolonkai/pers-map + ("SPC" . ace-jump-mode))) +#+END_SRC + * Make programming a bit easier ** Electric case