aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshton Wiersdorf <mail@wiersdorf.dev>2023-08-01 11:03:43 -0600
committerAshton Wiersdorf <mail@wiersdorf.dev>2023-08-01 11:03:43 -0600
commit85e198896f2ed91851f48e7f455717625c1a425d (patch)
tree074fc043c6ce465fcbf68d9054a94a3c88832d63
parent9943e143d7a581535a61eb3ce3e0a7aef56a7c39 (diff)
Simplify modus setup—we'll just keep the defaults
-rw-r--r--init.el16
1 files changed, 0 insertions, 16 deletions
diff --git a/init.el b/init.el
index 1d393ae..5464a44 100644
--- a/init.el
+++ b/init.el
@@ -186,22 +186,6 @@ If the new path's directories does not exist, create them."
(use-package emacs
:config
- (require-theme 'modus-themes)
-
- (setq modus-themes-italic-constructs nil
- modus-themes-bold-constructs nil
- modus-themes-disable-other-themes t
- modus-themes-prompts '(italic bold)
- modus-themes-org-blocks 'gray-background
- modus-themes-completion '((matches . (extrabold))
- (selection . (semibold italic text-also)))
- modus-themes-syntax '(green-strings)
- modus-themes-region '(bg-only))
-
- (setq modus-themes-common-palette-overrides
- '((border-mode-line-active unspecified)
- (border-mode-line-inactive unspecified)))
-
(load-theme 'modus-vivendi)) ; for light theme, use modus-operandi