Browse Source

Add undo-tree to the default Prelude packages

custom
Bozhidar Batsov 13 years ago
parent
commit
d324388bdc
  1. 3
      core/prelude-editor.el
  2. 4
      core/prelude-packages.el

3
core/prelude-editor.el

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

4
core/prelude-packages.el

@ -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
zenburn-theme)
rainbow-mode solarized-theme undo-tree
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 ()

Loading…
Cancel
Save