From 7d24e7dce9d19ff8d55b645965cc0430cc65c5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 28 Sep 2025 14:52:17 +0200 Subject: [PATCH] Home Gen49 @ 2025-09-28-14:51 by jonas@monolith --- modules/home/doom/static/config.el | 9 +++++---- modules/home/doom/static/packages.el | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/home/doom/static/config.el b/modules/home/doom/static/config.el index 37ac09d..2e6f611 100644 --- a/modules/home/doom/static/config.el +++ b/modules/home/doom/static/config.el @@ -35,6 +35,7 @@ ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: (setq doom-theme 'doom-monokai-classic) +(custom-set-faces! `(font-lock-operator-face :foreground ,(doom-color 'operator))) ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'. @@ -85,10 +86,10 @@ (add-hook 'git-commit-mode-hook #'conventional-commit-setup) -;; (use-package! rainbow-delimiters -;; :hook ((prog-mode . rainbow-delimiters-mode)) -;; :config -;; (setq rainbow-delimiters-max-face-count 6)) +(use-package! rainbow-delimiters + :hook ((prog-mode . rainbow-delimiters-mode)) + :config + (setq rainbow-delimiters-max-face-count 6)) (map! :leader :desc "Project VTerm" "p RET" #'projectile-run-vterm) diff --git a/modules/home/doom/static/packages.el b/modules/home/doom/static/packages.el index 03195df..0561517 100644 --- a/modules/home/doom/static/packages.el +++ b/modules/home/doom/static/packages.el @@ -75,7 +75,7 @@ (package! pandoc-mode) (package! tramp) (package! graphviz-dot-mode) -;;(package! rainbow-delimiters) +(package! rainbow-delimiters) (let ((package-dir (expand-file-name "packages.d" doom-user-dir))) (when (file-directory-p package-dir)