diff options
author | Matthew Lemon <y@yulqen.org> | 2024-07-10 19:41:56 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-07-10 19:41:56 +0100 |
commit | ef2573ac6e5702e3c9ee471be2e0c318340b779a (patch) | |
tree | 10735ffa89203a14b3f07f719b625615491b043f | |
parent | 3764108a0016a9fc15afb8a61f84709ac99e38bc (diff) |
Change colour of beacon
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1162,7 +1162,7 @@ If failed try to complete the common part with `company-complete-common'" ;; beacon mode (use-package beacon :config - (setq beacon-color "DeepSkyBlue") + (setq beacon-color "magenta") (beacon-mode 1)) ;; flycheck syntax highlighting |