Adding mouse cursor color setting.

This commit is contained in:
Derek Taylor
2025-04-21 20:07:51 -05:00
parent 2c900ca526
commit f208326a03
2 changed files with 2 additions and 0 deletions

View File

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

View File

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