doomemacs/modules/private/hlissner
Henrik Lissner ecd8ad0f46
Change how themes, fonts & modelines are loaded
WARNING: THIS IS A BREAKING CHANGE FOR THEME/FONT/NLINUM CUSTOMIZATIONS.

This change was motivated by the need to decouple theme and font loading
from the ui/doom module.

Now, it is doom-core's purview. Theme and fonts are loaded after
initfiles are read (attached to the doom-init-ui-hook hook), giving
other modules (especially private ones) a chance to change the theme or
fonts.

+ Refactor core-ui.el
+ New init hook: doom-init-ui-hook
+ Decouple theme/font loading from ui/doom
+ Load modelines are doom-init-ui-hook
+ New theme/font variables (replaces old ui/doom variables)
  + doom-theme
  + doom-font
  + doom-variable-pitch-font
  + doom-unicode-font
+ Change nlinum variables
  + doom-line-number-lpad
  + doom-line-number-rpad
  + doom-line-number-pad-char

Addresses #117
2017-06-28 16:18:24 +02:00
..
autoload Major optimization refactor, across the board 2017-06-09 00:47:45 +02:00
+bindings.el Fix MacOS reveal-in-finder command keybinds 2017-06-21 18:42:46 +02:00
+commands.el Use different function for :cleanup 2017-06-28 12:26:49 +02:00
.gitignore private/hlissner: add .authinfo.gpg to .gitignore 2017-04-08 01:33:58 -04:00
config.el private/hlissner: refactor; revise keybinds 2017-06-20 16:32:51 +02:00
init.el Change how themes, fonts & modelines are loaded 2017-06-28 16:18:24 +02:00