Remove undo-tree (evil does it for us)
This commit is contained in:
parent
41db208a0a
commit
1d0316112f
1 changed files with 0 additions and 10 deletions
|
@ -112,16 +112,6 @@ enable multiple minor modes for the same regexp.")
|
||||||
|
|
||||||
;; Plugins ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;; 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
|
(use-package avy
|
||||||
:commands (avy-goto-char-2 avy-goto-line)
|
:commands (avy-goto-char-2 avy-goto-line)
|
||||||
:config (setq avy-all-windows nil
|
:config (setq avy-all-windows nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue