diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-28 09:51:26 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-28 09:51:26 +0000 |
commit | 4813f06a1eb8b32110a75bb50ead928aadcece34 (patch) | |
tree | 49709489f461dcd5cd4f7603fe86c58bf8577fa2 | |
parent | 6aa44c61bdff90985b4ee1abaf278921782a864e (diff) |
cosmetics - colours
-rw-r--r-- | init.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -11,6 +11,9 @@ (format "%.2f" time)))) (add-hook 'emacs-startup-hook #'mrl/emacs-load-time t) +;; cursor colour +(set-cursor-color "magenta") + ;; packages (require 'package) (setq package-archives '(("melpa" . "https://melpa.org/packages/") @@ -636,7 +639,7 @@ If failed try to complete the common part with `company-complete-common'" ;; beacon mode (use-package beacon :config - (setq beacon-color "OrangeRed") + (setq beacon-color "DarkViolet") (beacon-mode 1)) ;; flycheck syntax highlighting |