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 Refactor def-setting!/set! implementation 2018-06-02 16:26:59 +02:00
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 Refactor doom/escape 2018-06-04 00:07:03 +02:00
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 Move OS constants to core/core.el 2018-06-08 13:31:45 +02:00
core-packages.el General, minor refactor & feedback revision 2018-06-14 19:49:03 +02:00
core-projects.el Minor, general refactor 2018-06-07 02:51:46 +02:00
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 Add esup back to core package list 2018-05-20 00:37:48 +02:00