Make undo-tree not use a separate frame

since it works poorly, causing jumping back and forth
This commit is contained in:
Adam Goldsmith 2018-12-14 02:28:46 -05:00
parent 6c9befccf4
commit ca69317359
1 changed files with 2 additions and 0 deletions

View File

@ -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 ()