diff options
| author | Vasilij Schneidermann <mail@vasilij.de> | 2020-10-08 10:08:44 +0200 |
|---|---|---|
| committer | Vasilij Schneidermann <mail@vasilij.de> | 2020-10-08 10:08:44 +0200 |
| commit | 00b43ad6409686dac9a9447c816a105c80f4b0ea (patch) | |
| tree | 8e7b71ec6f20d492007ca420fbf5ab3884f40279 /evil-integration.el | |
| parent | 52b8f3549219bdc21a730f6816616ae146b4ee70 (diff) | |
Remove remaining undo-tree activation
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) |
