From 47874e7934511f4dbcf865e3c549535c5598a092 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 6 Mar 2016 00:46:57 -0500 Subject: [PATCH] Show cursors in all windows --- core/core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index 0e0959471..93a7b9124 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -7,7 +7,7 @@ ;; Multiple cursors across buffers cause a strange redraw delay for ;; some things, like auto-complete or evil-mode's cursor color ;; switching. - cursor-in-non-selected-windows nil + cursor-in-non-selected-windows t highlight-nonselected-windows nil hl-line-sticky-flag nil ; only highlight in one window