From f208326a03e2003854d66cdd8a2b323607bc3125 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Mon, 21 Apr 2025 20:07:51 -0500 Subject: [PATCH] Adding mouse cursor color setting. --- .config/emacs/config.el | 1 + .config/emacs/config.org | 1 + 2 files changed, 2 insertions(+) diff --git a/.config/emacs/config.el b/.config/emacs/config.el index 9703240..fd577af 100644 --- a/.config/emacs/config.el +++ b/.config/emacs/config.el @@ -236,6 +236,7 @@ ;; Uncomment the following line if line spacing needs adjusting. (setq-default line-spacing 0.12) +(set-face-background 'mouse "#ffffff") (global-set-key (kbd "C-=") 'text-scale-increase) (global-set-key (kbd "C--") 'text-scale-decrease) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 0c0c50b..13784c9 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -384,6 +384,7 @@ Defining the various fonts that Emacs will use. ;; Uncomment the following line if line spacing needs adjusting. (setq-default line-spacing 0.12) +(set-face-background 'mouse "#ffffff") #+end_src