diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-09-01 18:43:47 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-09-01 18:43:47 +0100 |
commit | 8f8d172d4c924742d0b7fbdcc2098440d2a77552 (patch) | |
tree | 943d52bc91226b3e98446ffef6ee5237d9110fff /.emacs.d/lisp/init-navigation.el | |
parent | e49d7c97d404e9d192592dbf62434ee1ff86c774 (diff) | |
parent | d694ee219abdf114d52be9d4ea179ba880855bc6 (diff) | |
download | dotfiles-8f8d172d4c924742d0b7fbdcc2098440d2a77552.tar.gz |
Merge branch 'master' of github.com:deejayem/dotfiles
Diffstat (limited to '.emacs.d/lisp/init-navigation.el')
-rw-r--r-- | .emacs.d/lisp/init-navigation.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.emacs.d/lisp/init-navigation.el b/.emacs.d/lisp/init-navigation.el index e483637..082a64d 100644 --- a/.emacs.d/lisp/init-navigation.el +++ b/.emacs.d/lisp/init-navigation.el @@ -42,15 +42,9 @@ ;; TODO - which of these are useful? (use-package avy - :after key-chord :custom (avy-background t) (avy-style 'pre) - :config - (key-chord-define-global "LL" 'avy-goto-line) - (key-chord-define-global ",," 'avy-goto-char-in-line) - (key-chord-define-global "jj" 'avy-goto-word-1) - (key-chord-define-global "jk" 'avy-goto-char) :bind ("C-:" . avy-goto-char) ("C-'" . avy-goto-char-2) |