From dc38b758d743304fb638600709e4848c120966fe Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Thu, 1 Oct 2020 12:08:36 -0400 Subject: [PATCH] Math cursor is now orange --- global.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.org b/global.org index 979d174..d186ca3 100644 --- a/global.org +++ b/global.org @@ -558,7 +558,7 @@ (cond ((string-equal indicator "Greek") (set-face-background 'cursor "#2aa198")) ((string-equal indicator "Math") - (set-face-background 'cursor "#859900"))) + (set-face-background 'cursor "#cb4b16"))) (set-face-background 'cursor "#919191"))) #+END_SRC Connect the signal from xkbvleds to the handler