From 791cca4a5e01ab762ae64aee57137399425b6bae Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 19 Sep 2016 23:40:27 -0400 Subject: [PATCH] [emacs] Undo-tree visualizer timestamps * emacs.d/emacs.org (Undo Tree): Added. --- emacs.d/emacs.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/emacs.d/emacs.org b/emacs.d/emacs.org index c84fb08..d5f7b4b 100644 --- a/emacs.d/emacs.org +++ b/emacs.d/emacs.org @@ -879,6 +879,20 @@ ideas. ** Org Mode #+INCLUDE: conf/org.org +** Undo Tree +Undo tree does exactly what it says: maintains undo history in a tree +structure and allows visually navigating those branches. + +It has a number of options that can be toggled using the visualizer +keybindings, but timestamps are a useful default: + +#+BEGIN_SRC emacs-lisp +(setq undo-tree-visualizer-timestamps t) +#+END_SRC + +The diff is also nice (which can be toggled with =d= by default), but it +doesn't play well with my window splitting, so I just enable it when I want +it. * Mail #+INCLUDE: conf/mail.org * Web Browsing