aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--early-init.el2
-rw-r--r--init.el2
2 files changed, 3 insertions, 1 deletions
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)