diff --git a/thoom-emacs/modules/thoom-editing.el b/thoom-emacs/modules/thoom-editing.el index cc99292..9315604 100644 --- a/thoom-emacs/modules/thoom-editing.el +++ b/thoom-emacs/modules/thoom-editing.el @@ -27,9 +27,11 @@ (("C-j" . avy-goto-char-timer) ([remap goto-line] . avy-goto-line) :map org-mode-map - ("C-j" . avy-goto-char-timer) + ("C-j" . nil) :map isearch-mode-map - ("C-j" . avy-isearch)) + ("C-j" . avy-isearch) + :map magit-file-section-map + ("C-j" . nil)) :init (setq avy-timeout-seconds 0.25)