doomemacs/modules/tools
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
..
editorconfig tools/editorconfig: conform to name conventions 2018-06-14 03:36:46 +02:00
ein Introduce autodefs to replace some settings 2018-06-15 03:42:01 +02:00
gist Introduce autodefs to replace some settings 2018-06-15 03:42:01 +02:00
macos Autoload the +macos!open-width macro 2018-06-04 21:17:49 +02:00
magit Introduce autodefs to replace some settings 2018-06-15 03:42:01 +02:00
make tools/make: make +make/run more robust; add +make/run-last #543 2018-04-20 04:14:30 -04:00
password-store Introduce autodefs to replace some settings 2018-06-15 03:42:01 +02:00
pdf Introduce autodefs to replace some settings 2018-06-15 03:42:01 +02:00
prodigy Introduce autodefs to replace some settings 2018-06-15 03:42:01 +02:00
rgb Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
rotate-text Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
tmux/autoload tools/tmux: minor refactor of +tmux/rerun 2018-05-25 00:53:46 +02:00
upload tools/upload: remove autoload library (unnecessary) 2018-02-21 17:09:53 -05:00
wakatime Upstream changes to wakatime 2018-06-13 09:50:09 +10:00