diff options
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
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) |