Disable undo in region

This commit is contained in:
Adam Goldsmith 2018-10-28 21:14:11 -04:00
parent 4913ce8045
commit d6fed50288
1 changed files with 2 additions and 1 deletions

View File

@ -368,7 +368,8 @@
(use-package undo-tree :ensure
:config
(bind-key "M-/" 'undo-tree-visualize)
(global-undo-tree-mode))
(global-undo-tree-mode)
(setq undo-tree-enable-undo-in-region nil))
(use-package hydra :ensure
:config