doomemacs/core/autoload
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
..
buffers.el
cache.el
cli.el
config.el
debug.el Add DOOMDIR to 'doom info' 2019-12-23 23:53:27 -05:00
files.el Bind 'SPC b u' to save current file as root 2019-12-24 14:25:08 -05:00
fonts.el
format.el
help.el Add special goto def/docs support in doom! blocks 2019-12-26 01:41:45 -05:00
packages.el Refactor package! & package init system 2019-12-24 00:02:50 -05:00
plist.el
projects.el
scratch.el Revise docstrings & minor reformatting 2019-12-26 01:41:44 -05:00
sessions.el ui/workspaces: remove extra workspaces when restoring sessions 2019-12-22 19:59:22 -05:00
text.el Fix s-backspace for non-evil users 2019-12-23 17:21:30 -05:00
themes.el
ui.el