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