doomemacs/modules/ui
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
..
doom ui/doom: make solaire-mode a little pickier 2018-05-25 00:55:06 +02:00
doom-dashboard Don't change which-key settings in doom dashboard 2018-06-03 17:22:23 +02:00
doom-modeline Fix modeline growing incrementally on big font mode 2018-06-02 21:40:57 +02:00
doom-quit ui/doom-quit: use confirm-kill-emacs var instead 2018-01-04 16:14:59 -05:00
evil-goggles evil-goggles-duration = 0.1 2018-06-04 00:12:51 +02:00
fci Disable fci-mode in org-mode by default 2018-06-08 14:29:38 +02:00
hl-todo Major refactor: use-package-always-defer = nil & use :hook 2017-12-08 23:14:11 -05:00
nav-flash Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
neotree Introduce autodefs to replace some settings 2018-06-15 03:42:01 +02:00
popup Introduce autodefs to replace some settings 2018-06-15 03:42:01 +02:00
tabbar 💥 Replace core-popup with new feature/popup module 2018-01-06 02:17:43 -05:00
treemacs Prevent treemacs from creating ~/.emacs.d/.cache 2018-06-14 14:03:10 +02:00
unicode Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
vi-tilde-fringe Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00
window-select Major refactor & optimization of how modules load their packages 2018-05-25 00:46:16 +02:00