From 1d0316112f8d1a76f99c5cc192c8bb0fb855e772 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 22 Jan 2016 19:27:05 -0500 Subject: [PATCH] Remove undo-tree (evil does it for us) --- core/core-editor.el | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/core-editor.el b/core/core-editor.el index 2f43394a9..20ec11f66 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -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