Commit 2517abf08ab6

Vincent Demeester <vincent@sbr.pm>
2020-01-30 12:24:06
setup-buffers.el: add undo-tree on the right (always)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 94cbb4b
Changed files (1)
lisp/setup-buffers.el
@@ -51,6 +51,11 @@
            (side . bottom)
            (slot . 1))
           ;; right side window
+          ("\\*undo-tree*"
+           (display-buffer-in-side-window)
+           (window-width . 0.333)
+           (side . right)
+           (slot . -1))
           ("\\*\\(Flycheck\\|Package-Lint\\).*"
            (display-buffer-in-side-window)
            (window-width . 0.333)