Add undo-tree to the default Prelude packages

This commit is contained in:
Bozhidar Batsov 2013-02-07 00:34:02 +02:00
parent 18412db68d
commit d324388bdc
2 changed files with 5 additions and 2 deletions

View file

@ -344,6 +344,9 @@ indent yanked text (with prefix arg don't indent)."
;; enable Prelude's keybindings ;; enable Prelude's keybindings
(prelude-global-mode t) (prelude-global-mode t)
;; sensible undo
(global-undo-tree-mode)
;; enable winner-mode to manage window configurations ;; enable winner-mode to manage window configurations
(winner-mode +1) (winner-mode +1)

View file

@ -43,8 +43,8 @@
'(ace-jump-mode ack-and-a-half elisp-slime-nav exec-path-from-shell '(ace-jump-mode ack-and-a-half elisp-slime-nav exec-path-from-shell
expand-region flycheck gist guru-mode helm helm-projectile expand-region flycheck gist guru-mode helm helm-projectile
magit magithub melpa magit magithub melpa
rainbow-mode solarized-theme volatile-highlights yasnippet rainbow-mode solarized-theme undo-tree
zenburn-theme) volatile-highlights yasnippet zenburn-theme)
"A list of packages to ensure are installed at launch.") "A list of packages to ensure are installed at launch.")
(defun prelude-packages-installed-p () (defun prelude-packages-installed-p ()