this is helpful for colors..

This commit is contained in:
Emmet
2025-09-25 20:23:14 -05:00
parent 917cbe4a39
commit a8a0e1249d
2 changed files with 3 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ in {
svelte-mode
typescript-mode
sass-mode
rainbow-mode
(epkgs.callPackage (
{ lib, fetchurl, trivialBuild }:

View File

@@ -1078,5 +1078,7 @@ Made for `org-tab-first-hook' in evil-mode."
:init
(add-hook 'after-init-hook #'scratch-plus-mode))
(use-package rainbow-mode)
(provide 'init)
;;; init.el ends here