Commit fa1653901f0b

Vincent Demeester <vincent@sbr.pm>
2019-12-26 13:15:57
setup-editing.el: add goto-last-change
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 7ad480e
Changed files (1)
lisp/setup-editing.el
@@ -243,6 +243,11 @@ instead.  This command can then be followed by the standard
          ("<C-f2>" . crux-rename-file-and-buffer)
          :map dired-mode-map
          ("<M-return>" . crux-open-with)))
+
+(use-package goto-last-change
+  :commands goto-last-change
+  :bind ("C-z" . goto-last-change))
+
 (provide 'setup-editing)
 
 ;; Local Variables: