doomemacs/core
Henrik Lissner d8b1e469bc
Introduce autodefs to replace some settings
+ :popup -> set-popup-rule!
+ :popups -> set-popup-rules!
+ :company-backend -> set-company-backend!
+ :evil-state -> set-evil-initial-state!

I am slowly phasing out the setting system (def-setting! and set!),
starting with these.

What are autodefs? These are functions that are always defined, whether
or not their respective modules are enabled. However, when their modules
are disabled, they are replaced with macros that no-op and don't
waste time evaluating their arguments.

The old set! function will still work, for a while.
2018-06-15 03:42:01 +02:00
..
autoload Fix void-function errors from doom//reload 2018-06-14 19:50:27 +02:00
templates General, minor refactor & feedback revision 2018-06-14 19:49:03 +02:00
test
core-dispatcher.el General, minor refactor & feedback revision 2018-06-14 19:49:03 +02:00
core-editor.el Refactor doom|check-large-file 2018-06-14 19:51:11 +02:00
core-keybinds.el
core-lib.el Add :mindepth property to doom-files-in 2018-06-12 21:07:34 +02:00
core-modules.el Introduce autodefs to replace some settings 2018-06-15 03:42:01 +02:00
core-os.el
core-packages.el General, minor refactor & feedback revision 2018-06-14 19:49:03 +02:00
core-projects.el
core-ui.el Fix font loading in daemon-spawned frames 2018-06-14 13:59:04 +02:00
core.el Fix bin/doom ignoring -d flag 2018-06-15 00:25:39 +02:00
packages.el