summaryrefslogtreecommitdiff
path: root/shared/custom.el
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-11-02 21:29:39 +0200
committerGravatar Uko Kokņevičs2024-11-02 21:29:39 +0200
commit469d9372fe82745b84f996cefc3f21f3565f1fab (patch)
tree29661c77af4e0c3e145ff450d202d2388ea99a65 /shared/custom.el
parentMerge in work config (diff)
downloademacs.d-469d9372fe82745b84f996cefc3f21f3565f1fab.tar.gz
emacs.d-469d9372fe82745b84f996cefc3f21f3565f1fab.tar.xz
emacs.d-469d9372fe82745b84f996cefc3f21f3565f1fab.zip
Replace catppuccin theme with modus-operandi
Diffstat (limited to '')
-rw-r--r--shared/custom.el4
1 files changed, 2 insertions, 2 deletions
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 @@
3 ;; If you edit it by hand, you could mess it up, so be careful. 3 ;; If you edit it by hand, you could mess it up, so be careful.
4 ;; Your init file should contain only one such instance. 4 ;; Your init file should contain only one such instance.
5 ;; If there is more than one, they won't work right. 5 ;; If there is more than one, they won't work right.
6 '(auth-source-save-behavior nil)
6 '(custom-safe-themes 7 '(custom-safe-themes
7 '("7964b513f8a2bb14803e717e0ac0123f100fb92160dcf4a467f530868ebaae3e" default)) 8 '("fbf73690320aa26f8daffdd1210ef234ed1b0c59f3d001f342b9c0bbf49f531c" "7964b513f8a2bb14803e717e0ac0123f100fb92160dcf4a467f530868ebaae3e" default)))
8 '(auth-source-save-behavior nil))
9(custom-set-faces 9(custom-set-faces
10 ;; custom-set-faces was added by Custom. 10 ;; custom-set-faces was added by Custom.
11 ;; If you edit it by hand, you could mess it up, so be careful. 11 ;; If you edit it by hand, you could mess it up, so be careful.