Math cursor is now orange

master
Jacopo De Simoi 6 years ago
parent f3c5e19755
commit dc38b758d7
  1. 2
      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

Loading…
Cancel
Save