From 469d9372fe82745b84f996cefc3f21f3565f1fab Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 2 Nov 2024 21:29:39 +0200 Subject: Replace catppuccin theme with modus-operandi --- init.el | 11 +++++------ shared/custom.el | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/init.el b/init.el index 67e1cdc..37c43b1 100644 --- a/init.el +++ b/init.el @@ -286,12 +286,6 @@ :config (doom-modeline-mode +1)) -(use-package catppuccin-theme - :straight t - :config - (setq catppuccin-flavor 'latte) - (load-theme 'catppuccin t)) - (use-package ebuild-mode :straight t :mode ("\\.ebuild\\'" @@ -438,6 +432,11 @@ :straight t :mode ("\\.md\\'" . gfm-mode)) +(use-package modus-themes + :straight t + :config + (load-theme 'modus-operandi)) + (use-package nasm-mode :straight t :mode ("\\.asm\\'" diff --git a/shared/custom.el b/shared/custom.el index 9af1d9f..1889995 100644 --- a/shared/custom.el +++ b/shared/custom.el @@ -3,9 +3,9 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(auth-source-save-behavior nil) '(custom-safe-themes - '("7964b513f8a2bb14803e717e0ac0123f100fb92160dcf4a467f530868ebaae3e" default)) - '(auth-source-save-behavior nil)) + '("fbf73690320aa26f8daffdd1210ef234ed1b0c59f3d001f342b9c0bbf49f531c" "7964b513f8a2bb14803e717e0ac0123f100fb92160dcf4a467f530868ebaae3e" default))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. -- cgit v1.2.3