From db7ae3245d652cf0a964ea82e75a3e05de7b8a12 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 6 Dec 2022 04:34:51 +0000 Subject: change cursor colour --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3