Emacs: Comment on broken C-M-a in diff-mode that must be reported

master
Pierre Neidhardt 2017-10-24 17:09:36 +01:00
parent 61b2270b01
commit f97a2bff37
1 changed files with 2 additions and 0 deletions

View File

@ -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))