doomemacs/core
Henrik Lissner fe1642e854
Add special goto def/docs support in doom! blocks
- Pressing gd on a module in your doom! block will now browse that
  module's directory.
- Pressing K on a module will jump to that module's documentation, if any.
- Pressing K on a module flag will jump to that flag's description
  within that module's documenation.
- This is now explained in init.example.el

Closes #2249
2019-12-26 01:41:45 -05:00
..
autoload Add special goto def/docs support in doom! blocks 2019-12-26 01:41:45 -05:00
cli cli/packages: implement commit pinning support 2019-12-25 14:02:43 -05:00
templates Fix font-spec in config.el template 2019-12-20 12:09:05 -05:00
test Prevent errors when starting tests 2019-12-05 21:06:16 -05:00
core-cli.el Warn about reloading env from within Emacs on Windows 2019-12-15 21:53:26 -05:00
core-editor.el Disable save-place in large/long files 2019-12-26 01:41:45 -05:00
core-keybinds.el Minor refactor & comment/docstring revision 2019-10-26 23:44:28 -04:00
core-lib.el General refactors & comment revision 2019-12-19 14:51:34 -05:00
core-modules.el General refactors & reformatting 2019-12-20 00:59:52 -05:00
core-packages.el Reformat package! macro 2019-12-24 02:35:07 -05:00
core-projects.el Reduce number of projectile project root markers 2019-12-22 23:53:05 -05:00
core-ui.el Fix doom-init-menu-bar-in-gui-frames-h #2156 2019-12-22 00:37:33 -05:00
core.el Defer tty-run-terminal-initialization to window-setup-hook 2019-12-23 00:02:10 -05:00
packages.el Move gcmh from doom-core-packages to core/packages.el 2019-12-19 22:07:32 -05:00