diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-01-21 01:55:20 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-01-21 01:55:20 -0500 |
commit | 0a5b1ede4373649e110b136aa50a4c4fdf37368b (patch) | |
tree | 0fde4b00dbbaa14284421a8a44e4f60d90662981 | |
parent | 73cb3861f082f2b8a0c79280597e864ee3ee23fa (diff) | |
download | emacs.d-0a5b1ede4373649e110b136aa50a4c4fdf37368b.tar.gz |
Fix occur-avy-goto-subword-1 binding
replace.el is not provided.
-rw-r--r-- | init.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -507,8 +507,7 @@ (after 'magit-log (define-key magit-log-mode-map "j" #'km/magit-avy-goto-subword-1) (define-key magit-cherry-mode-map "j" #'km/magit-avy-goto-subword-1)) - (after 'replace - (define-key occur-mode-map "j" #'km/occur-avy-goto-subword-1))) + (define-key occur-mode-map "j" #'km/occur-avy-goto-subword-1)) ;;; Buffers and files |