diff options
Diffstat (limited to 'evil-integration.el')
| -rw-r--r-- | evil-integration.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/evil-integration.el b/evil-integration.el index 2fd05f5..3c09fc1 100644 --- a/evil-integration.el +++ b/evil-integration.el @@ -139,10 +139,6 @@ (when (overlayp ov) (delete-overlay ov)))))))) ;;; Undo tree -(when (and (require 'undo-tree nil t) - (fboundp 'global-undo-tree-mode)) - (global-undo-tree-mode 1)) - (eval-after-load 'undo-tree '(with-no-warnings (defadvice undo-tree-visualize (after evil activate) |
