mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-27 12:21:39 -08:00
I am removing settings for core configuration to reduce "magic" in Doom.
set! is meant for cross-configuring modules that may or may not be
enabled. There should be no such concern for configuring Doom core.
From now on, change your fonts with:
(setq doom-font (font-spec :family "Fira Mono" :size 12)
doom-variable-pitch-font (font-spec :family "Fira Sans")
doom-unicode-font (font-spec :family "DejaVu Sans Mono")
doom-big-font (font-spec :family "Fira Mono" :size 19))
|
||
|---|---|---|
| .. | ||
| autoload | ||
| test | ||
| core-editor.el | ||
| core-keybinds.el | ||
| core-lib.el | ||
| core-os.el | ||
| core-packages.el | ||
| core-popups.el | ||
| core-projects.el | ||
| core-ui.el | ||
| core.el | ||
| packages.el | ||