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
|
||||
typescript-mode
|
||||
sass-mode
|
||||
rainbow-mode
|
||||
(epkgs.callPackage (
|
||||
{ lib, fetchurl, trivialBuild }:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue