diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-06 04:34:51 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-06 04:34:51 +0000 |
commit | db7ae3245d652cf0a964ea82e75a3e05de7b8a12 (patch) | |
tree | c063ccaef3f3729dde6cf54fa2e0ab1f548493f4 /init.el | |
parent | b5cb00888b5e4aaf636f5f1b3f4a22abe58bf133 (diff) |
change cursor colour
Diffstat (limited to '')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -645,7 +645,7 @@ If failed try to complete the common part with `company-complete-common'" ;; beacon mode (use-package beacon :config - (setq beacon-color "DarkViolet") + (setq beacon-color "DeepSkyBlue") (beacon-mode 1)) ;; flycheck syntax highlighting |