From f97a2bff37f1544082f7e2dd805f22e7939e104a Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 24 Oct 2017 17:09:36 +0100 Subject: [PATCH] Emacs: Comment on broken C-M-a in diff-mode that must be reported --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index eeeefe5a..12f00ed5 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -101,6 +101,8 @@ ;;; Diff ;;; REVIEW: Show permissions in ztree. ;;; See https://github.com/fourier/ztree/issues/50. +;;; TODO: In diff-mode, both `[[` and `C-M-a` do not go back to previous index +;;; once they are at the beginning of an index. (nconc package-selected-packages '(ztree)) (when (require 'evil-diff nil t) (add-hook 'diff-mode-hook 'evil-diff-init))