diff options
| author | 2025-07-17 00:54:20 +0300 | |
|---|---|---|
| committer | 2025-07-17 01:11:15 +0300 | |
| commit | 477b8c98464b975c58696344e215c76156fbb3dd (patch) | |
| tree | 6893bf8a92de0248e4f2b5e7554039f7d184d27b | |
| parent | Add a install-all script (diff) | |
| download | dotfiles-477b8c98464b975c58696344e215c76156fbb3dd.tar.gz dotfiles-477b8c98464b975c58696344e215c76156fbb3dd.tar.xz dotfiles-477b8c98464b975c58696344e215c76156fbb3dd.zip | |
emacs: replace rainbow-mode with colorful-mode
| -rw-r--r-- | emacs/.config/emacs/arkta/arkta-cosmetic.el | 14 | ||||
| -rw-r--r-- | emacs/.config/emacs/arkta/arkta-progmodes.el | 2 | ||||
| -rw-r--r-- | emacs/.config/emacs/shared/elpaca-lock.el | 14 |
3 files changed, 16 insertions, 14 deletions
diff --git a/emacs/.config/emacs/arkta/arkta-cosmetic.el b/emacs/.config/emacs/arkta/arkta-cosmetic.el index 96e5498..72100a6 100644 --- a/emacs/.config/emacs/arkta/arkta-cosmetic.el +++ b/emacs/.config/emacs/arkta/arkta-cosmetic.el | |||
| @@ -32,6 +32,13 @@ | |||
| 32 | :config | 32 | :config |
| 33 | (centaur-tabs-mode +1)) | 33 | (centaur-tabs-mode +1)) |
| 34 | 34 | ||
| 35 | (use-package colorful-mode | ||
| 36 | :ensure t | ||
| 37 | :custom | ||
| 38 | (colorful-use-prefix t) | ||
| 39 | :config | ||
| 40 | (global-colorful-mode t)) | ||
| 41 | |||
| 35 | (use-package display-fill-column-indicator | 42 | (use-package display-fill-column-indicator |
| 36 | :ensure nil | 43 | :ensure nil |
| 37 | :demand t | 44 | :demand t |
| @@ -116,13 +123,6 @@ | |||
| 116 | :ensure t | 123 | :ensure t |
| 117 | :hook (prog-mode . rainbow-delimiters-mode)) | 124 | :hook (prog-mode . rainbow-delimiters-mode)) |
| 118 | 125 | ||
| 119 | (use-package rainbow-mode | ||
| 120 | :ensure t | ||
| 121 | :init | ||
| 122 | (defun arkta/enable-rainbow () | ||
| 123 | (rainbow-mode +1)) | ||
| 124 | :hook (prog-mode . arkta/enable-rainbow)) | ||
| 125 | |||
| 126 | (use-package scroll-bar | 126 | (use-package scroll-bar |
| 127 | :ensure nil | 127 | :ensure nil |
| 128 | :defer t | 128 | :defer t |
diff --git a/emacs/.config/emacs/arkta/arkta-progmodes.el b/emacs/.config/emacs/arkta/arkta-progmodes.el index a85d0c0..52cc0a0 100644 --- a/emacs/.config/emacs/arkta/arkta-progmodes.el +++ b/emacs/.config/emacs/arkta/arkta-progmodes.el | |||
| @@ -61,6 +61,8 @@ | |||
| 61 | (use-package css-mode | 61 | (use-package css-mode |
| 62 | :after treesit | 62 | :after treesit |
| 63 | :ensure nil | 63 | :ensure nil |
| 64 | :custom | ||
| 65 | (css-fontify-colors nil) | ||
| 64 | :mode "\\.css\\'") | 66 | :mode "\\.css\\'") |
| 65 | 67 | ||
| 66 | (use-package dart-mode | 68 | (use-package dart-mode |
diff --git a/emacs/.config/emacs/shared/elpaca-lock.el b/emacs/.config/emacs/shared/elpaca-lock.el index 45756eb..ecb1565 100644 --- a/emacs/.config/emacs/shared/elpaca-lock.el +++ b/emacs/.config/emacs/shared/elpaca-lock.el | |||
| @@ -38,6 +38,13 @@ | |||
| 38 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 38 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 39 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 39 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 40 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "05a2b048fd4e5c90aa971479cb9e71cf9aeba2bf")) | 40 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "05a2b048fd4e5c90aa971479cb9e71cf9aeba2bf")) |
| 41 | (colorful-mode :source "elpaca-menu-lock-file" :recipe | ||
| 42 | (:package "colorful-mode" :repo | ||
| 43 | ("https://github.com/DevelopmentCool2449/colorful-mode" . "colorful-mode") | ||
| 44 | :files | ||
| 45 | ("*" | ||
| 46 | (:exclude ".git")) | ||
| 47 | :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "7c2f58d606120b6432806f53322c6b624c6438dd")) | ||
| 41 | (company :source "elpaca-menu-lock-file" :recipe | 48 | (company :source "elpaca-menu-lock-file" :recipe |
| 42 | (:package "company" :fetcher github :repo "company-mode/company-mode" :files | 49 | (:package "company" :fetcher github :repo "company-mode/company-mode" :files |
| 43 | (:defaults "icons" | 50 | (:defaults "icons" |
| @@ -280,13 +287,6 @@ | |||
| 280 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 287 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |
| 281 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) | 288 | (:exclude ".dir-locals.el" "test.el" "tests.el" "*-test.el" "*-tests.el" "LICENSE" "README*" "*-pkg.el")) |
| 282 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) | 289 | :source "MELPA" :protocol https :inherit t :depth treeless :ref "f40ece58df8b2f0fb6c8576b527755a552a5e763")) |
| 283 | (rainbow-mode :source "elpaca-menu-lock-file" :recipe | ||
| 284 | (:package "rainbow-mode" :repo | ||
| 285 | ("https://git.savannah.gnu.org/git/emacs/elpa.git" . "rainbow-mode") | ||
| 286 | :branch "externals/rainbow-mode" :files | ||
| 287 | ("*" | ||
| 288 | (:exclude ".git")) | ||
| 289 | :source "GNU ELPA" :protocol https :inherit t :depth treeless :ref "f7db3b5919f70420a91eb199f8663468de3033f3")) | ||
| 290 | (reformatter :source "elpaca-menu-lock-file" :recipe | 290 | (reformatter :source "elpaca-menu-lock-file" :recipe |
| 291 | (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files | 291 | (:package "reformatter" :repo "purcell/emacs-reformatter" :fetcher github :files |
| 292 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" | 292 | ("*.el" "*.el.in" "dir" "*.info" "*.texi" "*.texinfo" "doc/dir" "doc/*.info" "doc/*.texi" "doc/*.texinfo" "lisp/*.el" "docs/dir" "docs/*.info" "docs/*.texi" "docs/*.texinfo" |