From be290900fde118ab2fe06197d16d4d04588c33ee Mon Sep 17 00:00:00 2001 From: lemurianmage Date: Sun, 21 Jun 2026 21:34:33 +0200 Subject: bwaa --- early-init.el | 2 +- init.el | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index 5c31b90..4024755 100644 --- a/early-init.el +++ b/early-init.el @@ -4,4 +4,4 @@ (setq frame-resize-pixelwise t) (setq default-frame-alist '((horizontal-scroll-bars . nil) - (font . "monospace-12"))) + (font . "Comic Mono-12:style=Normal"))) diff --git a/init.el b/init.el index 58347fc..876d7b9 100644 --- a/init.el +++ b/init.el @@ -61,6 +61,8 @@ (setopt ring-bell-function 'ignore) +(add-to-list 'auto-mode-alist '("\\.md\\'" . text-mode)) + (setopt straight-use-package-by-default t) (use-package diminish) -- cgit v1.2.3