summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el11
-rw-r--r--shared/custom.el4
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 @@
286 :config 286 :config
287 (doom-modeline-mode +1)) 287 (doom-modeline-mode +1))
288 288
289(use-package catppuccin-theme
290 :straight t
291 :config
292 (setq catppuccin-flavor 'latte)
293 (load-theme 'catppuccin t))
294
295(use-package ebuild-mode 289(use-package ebuild-mode
296 :straight t 290 :straight t
297 :mode ("\\.ebuild\\'" 291 :mode ("\\.ebuild\\'"
@@ -438,6 +432,11 @@
438 :straight t 432 :straight t
439 :mode ("\\.md\\'" . gfm-mode)) 433 :mode ("\\.md\\'" . gfm-mode))
440 434
435(use-package modus-themes
436 :straight t
437 :config
438 (load-theme 'modus-operandi))
439
441(use-package nasm-mode 440(use-package nasm-mode
442 :straight t 441 :straight t
443 :mode ("\\.asm\\'" 442 :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 @@
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.