about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-navigation.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-09-01 18:43:47 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-09-01 18:43:47 +0100
commit8f8d172d4c924742d0b7fbdcc2098440d2a77552 (patch)
tree943d52bc91226b3e98446ffef6ee5237d9110fff /.emacs.d/lisp/init-navigation.el
parente49d7c97d404e9d192592dbf62434ee1ff86c774 (diff)
parentd694ee219abdf114d52be9d4ea179ba880855bc6 (diff)
downloaddotfiles-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.el6
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)
ignore?id=376804be3aced95537a359a2204af72540b6016b'>376804be ^
30ca6cac ^
30ca6cac ^
28f5cdf7 ^
3134a7b6 ^
0a42be57 ^
37f91427 ^
9874470c ^
3db9fb75 ^

73eb4baf ^

0fbaa6f5 ^

599bee2c ^

d95ceeb3 ^






71356967 ^
17f40b76 ^
90d2cbff ^
af880e2c ^
185d72e2 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50