diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-11-30 22:21:37 -0500 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-11-30 22:21:37 -0500 |
commit | 1146a001e39507666f8d5e641cee890beb5ba324 (patch) | |
tree | c8e46eb36edfaa778f1a5df52e92ed6ab49a5d14 | |
parent | Rename org-mode buffers to value of `#+TITLE:` (diff) | |
download | mmosmacs-1146a001e39507666f8d5e641cee890beb5ba324.tar.gz mmosmacs-1146a001e39507666f8d5e641cee890beb5ba324.tar.bz2 mmosmacs-1146a001e39507666f8d5e641cee890beb5ba324.zip |
Make the mouse orange so I can see it
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -246,6 +246,9 @@ | |||
246 | blink-cursor-blinks 0) | 246 | blink-cursor-blinks 0) |
247 | (add-to-list 'default-frame-alist '(cursor-color . "orange")) | 247 | (add-to-list 'default-frame-alist '(cursor-color . "orange")) |
248 | 248 | ||
249 | ;; Mouse | ||
250 | (add-to-list 'default-frame-alist '(mouse-color . "orange")) | ||
251 | |||
249 | ;; Highlights | 252 | ;; Highlights |
250 | (set-face-attribute 'highlight nil :background "#333") | 253 | (set-face-attribute 'highlight nil :background "#333") |
251 | 254 | ||