Remove undo-tree (evil does it for us)

This commit is contained in:
Henrik Lissner 2016-01-22 19:27:05 -05:00
parent 41db208a0a
commit 1d0316112f

View File

@ -112,16 +112,6 @@ enable multiple minor modes for the same regexp.")
;; Plugins ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(use-package undo-tree
:config
;; http://youtu.be/Z6woIRLnbmE
(defadvice undo-tree-load-history-hook
(around undo-tree-load-history-shut-up activate)
(shut-up! ad-do-it))
(defadvice undo-tree-save-history-hook
(around undo-tree-save-history-shut-up activate)
(shut-up! ad-do-it)))
(use-package avy
:commands (avy-goto-char-2 avy-goto-line)
:config (setq avy-all-windows nil