summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-12-06 04:34:51 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-12-06 04:34:51 +0000
commitdb7ae3245d652cf0a964ea82e75a3e05de7b8a12 (patch)
treec063ccaef3f3729dde6cf54fa2e0ab1f548493f4 /init.el
parentb5cb00888b5e4aaf636f5f1b3f4a22abe58bf133 (diff)
change cursor colour
Diffstat (limited to '')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index b756fb8..6b75161 100644
--- a/init.el
+++ b/init.el
@@ -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