summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2014-12-02 11:12:57 +0100
committerrekado <rekado@elephly.net>2014-12-02 11:12:57 +0100
commit51ff30b8f31e34d8d79921146bf877063ec9aa06 (patch)
treecd5e1c1d9ebf49b89d3725229e1e72266f398ec3 /init.el
parent533c4f82d0e2263f61b07fa461123f78c40a7516 (diff)
globally enable undo-tree mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 2926140..1bd9c17 100644
--- a/init.el
+++ b/init.el
@@ -197,3 +197,4 @@
(global-hl-line-mode 1) ; turn on highlighting current line
(set-face-background 'hl-line "#222")
(set-face-attribute hl-line-face nil :underline nil)
+(global-undo-tree-mode 1)