doomemacs/modules/private
Henrik Lissner 5a09d539ba
Breaking change: remove font and theme settings
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))
2017-12-08 23:14:12 -05:00
..
hlissner Breaking change: remove font and theme settings 2017-12-08 23:14:12 -05:00
README.org Simplify modules/private/README.org (replaced by wiki) 2017-08-21 20:13:30 +02:00

:private modules

Use this directory to store your private configuration modules.

Mine is included as a reference. I recommend you neither delete nor rename it, to avoid merge conflicts upstream.


You'll find more information about customizing Doom on the wiki.