aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-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))