summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2023-01-27 08:41:19 -0500
committermattkae <mattkae@protonmail.com>2023-01-27 08:41:19 -0500
commit8b5874e9acb48f7b3b414b4556762c1835ee4c5d (patch)
tree5e8ecef40befa48117ccbda70537dbc72fe0d947 /init.el
parent71b04518343e93ffea363dbe8996699f580dcfb4 (diff)
Increasing font size, and fixing a bug where all modes were using perfect-margin-mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 81b2169..82d72a5 100644
--- a/init.el
+++ b/init.el
@@ -40,7 +40,7 @@
;; Theme
(require 'doom-themes)
-(load-theme 'doom-one t)
+(load-theme 'doom-one-light t)
(doom-themes-org-config)
; (setq debug-on-error t) ; Uncomment if you would like to debug errors!