From d6fed502884a9c1ecf12199867ee2fbb1cc46a7b Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 28 Oct 2018 21:14:11 -0400 Subject: [PATCH] Disable undo in region --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5093d90..965d1e9 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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