From ca6931735970926d7c7a76de1fa1f913b0af4ed1 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 14 Dec 2018 02:28:46 -0500 Subject: [PATCH] Make undo-tree not use a separate frame since it works poorly, causing jumping back and forth --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index fa88f69..16bd8f1 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -451,6 +451,8 @@ (use-package frames-only-mode :ensure :config + ; seems to need to be before mode init + (add-to-list 'frames-only-mode-use-window-functions 'undo-tree-visualize) (frames-only-mode t) (menu-bar-mode 0) (defun split-window-below-i3 ()