doomemacs/core
Henrik Lissner d6c9520d93
Don't bind missing commands to leader keys
I don't want to litter config/default/+evil-bindings.el with conditions
for every keybind whose module may or may not be enabled. It impacts its
readability and is relatively expensive (due to the internals of map!
and general).

So instead, we no-op keybinds for commands that don't exist (and aren't
autoloaded), so you don't see missing function errors when using these
keys.
2019-04-05 02:52:49 -04:00
..
autoload Add doom/kill-project-buffers command 2019-04-05 16:04:26 +10:00
cli Refactor doom env 2019-04-03 00:09:22 -04:00
templates Improve vanilla sandbox 2019-03-09 04:53:14 -05:00
test Remove protect-visible-buffer tests 2019-03-17 00:16:22 -04:00
core-cli.el 💥 Replace exec-path-from-shell w/ 'bin/doom env' 2019-03-28 01:56:09 -04:00
core-editor.el Refactor undo-tree advice 2019-03-28 01:56:09 -04:00
core-keybinds.el Don't bind missing commands to leader keys 2019-04-05 02:52:49 -04:00
core-lib.el Set arglist to add-hook!/remove-hook! macros 2019-03-10 08:15:46 -04:00
core-modules.el ui/fci -> fill-column: replace fci w/ hl-fill-column 2019-04-01 13:44:20 -04:00
core-os.el 💥 Replace exec-path-from-shell w/ 'bin/doom env' 2019-03-28 01:56:09 -04:00
core-packages.el Make load-env-vars a core package 2019-03-28 13:30:39 -04:00
core-projects.el Use variable for fd-find binary name 2019-04-01 12:18:12 +05:30
core-ui.el Remove doom|protect-visible-buffer 2019-03-16 23:59:50 -04:00
core.el Load env even in tty Emacs 2019-04-03 01:53:20 -04:00
doctor.el Use variable for fd-find binary name 2019-04-01 12:18:12 +05:30
packages.el Make load-env-vars a core package 2019-03-28 13:30:39 -04:00