doomemacs/modules/private/hlissner
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
..
autoload Fix project name in ivy/helm prompts searching other projects 2017-11-05 01:16:36 +01:00
+bindings.el Merge branch 'idoo-patch-1' into develop 2017-11-27 12:53:44 -05:00
+commands.el Remove +workspace/cleanup (doom/cleanup-buffers is better) 2017-10-06 02:37:24 +02:00
.gitignore private/hlissner: add .authinfo.gpg to .gitignore 2017-04-08 01:33:58 -04:00
config.el Set private buffer-file-name-style to 'relative-from-project 2017-10-05 01:16:56 +02:00
init.el Breaking change: remove font and theme settings 2017-12-08 23:14:12 -05:00