diff options
| author | lemurianmage <azureazure@disroot.org> | 2026-06-21 21:34:33 +0200 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2026-06-21 21:34:33 +0200 |
| commit | be290900fde118ab2fe06197d16d4d04588c33ee (patch) | |
| tree | 4c312885f51f928b0bd17d55b12c0501f0d215b2 | |
| parent | cc700dddafcbcdb25972112fbfc439c58eec897c (diff) | |
| download | dotemacs-master.tar.gz | |
| -rw-r--r-- | early-init.el | 2 | ||||
| -rw-r--r-- | init.el | 2 |
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"))) @@ -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) |
