all repos — archive/dotfiles @ e6d7513cc93c24cdcb839384bba3e9714c1e8601

Superseded by nixfiles

Emacs: Bind C-| to avy-go-to-line
Alan Pearce alan.pearce@spotcap.com
Thu, 21 May 2015 14:09:32 +0200
commit

e6d7513cc93c24cdcb839384bba3e9714c1e8601

parent

409e833300a6b7172a441bd2f7c3cc1ed8c810e3

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1170,7 +1170,8 @@ (add-hook 'markdown-mode-hook #'turn-on-auto-fill))) 
 (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)