From e6d7513cc93c24cdcb839384bba3e9714c1e8601 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 21 May 2015 14:09:32 +0200 Subject: Emacs: Bind C-| to avy-go-to-line --- tag-emacs/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 8bb1651..92525d8 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -1170,7 +1170,8 @@ symbol, not word, as I need this for programming the most." (req-package avy :bind (("M-g g" . avy-goto-line) - ("M-g M-g" . avy-goto-line) + ("M-g M-g" . avy-goto-line) + ("C-|" . avy-goto-line) ("C-c SPC" . avy-goto-char)) :config (progn (avy-setup-default) -- cgit 1.4.1