mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 01:24:01 +05:30
this is helpful for colors..
This commit is contained in:
parent
917cbe4a39
commit
a8a0e1249d
2 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,7 @@ in {
|
||||||
svelte-mode
|
svelte-mode
|
||||||
typescript-mode
|
typescript-mode
|
||||||
sass-mode
|
sass-mode
|
||||||
|
rainbow-mode
|
||||||
(epkgs.callPackage (
|
(epkgs.callPackage (
|
||||||
{ lib, fetchurl, trivialBuild }:
|
{ lib, fetchurl, trivialBuild }:
|
||||||
|
|
||||||
|
|
|
@ -1078,5 +1078,7 @@ Made for `org-tab-first-hook' in evil-mode."
|
||||||
:init
|
:init
|
||||||
(add-hook 'after-init-hook #'scratch-plus-mode))
|
(add-hook 'after-init-hook #'scratch-plus-mode))
|
||||||
|
|
||||||
|
(use-package rainbow-mode)
|
||||||
|
|
||||||
(provide 'init)
|
(provide 'init)
|
||||||
;;; init.el ends here
|
;;; init.el ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue