aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2019-03-28 00:18:18 +0100
committerThomas Schneider <qsx@qsx.re>2019-03-28 00:18:18 +0100
commit14d8ae0e4aecff31868e14fc7ab6e2c80afd6b61 (patch)
treeeb8844b57b7b32c22751095a4a9570259950723a /dot.emacs.d
parent74291e1ab2747e6afe944d48275c2ae840615fc8 (diff)
Emacs: Use avy
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el5
1 files changed, 5 insertions, 0 deletions
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))