From: rearman Date: Fri, 1 May 2026 21:12:25 +0000 (-0400) Subject: Scrollbar and cursors X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=a9ed65e736db19ab6fd2c5dbd271fc29ef096332;p=emacsinit.git Scrollbar and cursors disable the ugly scrollbar in windows, and make it so the cursor is only visible on the active window. --- diff --git a/init.el b/init.el index 9c8d330..522d45c 100644 --- a/init.el +++ b/init.el @@ -497,7 +497,7 @@ Start from bottom if given a negative line number." (load-theme 'eng-paper t) (menu-bar-mode -1) (tool-bar-mode -1) -(set-scroll-bar-mode 'left) +(set-scroll-bar-mode (if (eq system-type 'windows-nt) nil 'left)) (setq frame-title-format "%b" mouse-prefer-closest-glyph t @@ -507,6 +507,7 @@ Start from bottom if given a negative line number." mouse-autoselect-window -0.25) (setq-default cursor-type 'hbar + cursor-in-non-selected-windows nil mode-line-format '("%e" (:eval (propertize " "