1
0
Fork 0

[emacs] Undo-tree visualizer timestamps

* emacs.d/emacs.org (Undo Tree): Added.
master
Mike Gerwitz 2016-09-19 23:40:27 -04:00
parent cbf7f52bf3
commit 791cca4a5e
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 14 additions and 0 deletions

View File

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