From 14d8ae0e4aecff31868e14fc7ab6e2c80afd6b61 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Thu, 28 Mar 2019 00:18:18 +0100 Subject: Emacs: Use avy --- dot.emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dot.emacs.d') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index c7cc508..985319a 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -61,6 +61,11 @@ (use-package ace-window :bind ("M-o" . ace-window)) +(use-package avy + :bind (("C-." . avy-goto-char-timer) + ("C-:" . avy-goto-char-2) + ("C-," . avy-goto-line))) + (use-package flycheck :init (global-flycheck-mode)) -- cgit v1.2.3