doomemacs/core/autoload
Henrik Lissner 0ac7facea7
Reorganize & rethink help commands
Changes:
- Move <help>da to <help>u & <help>du = lookup docs for an autodef
- Rebind <help>dC = goto private init file (and jump to doom! block)
- Add <help>u & <help>du = lookup docs on an autodef
- Add <help>dl = text search on all packages in load-path
- Add <help>dL = text search on all load el files

New <help>p prefix for package help commands:
- <help>dpc = jump to a config block for a package
- <help>dpd = goto private packages.el file
- <help>dph = open a package's homepage (its repo or on melpa)
- <help>dpp = lookup docs on a package (including Doom info; what
    module(s) install package, where it is configured, etc)
2019-12-29 18:29:09 -05:00
..
buffers.el Output feedback from buffer/session kill commands 2019-12-21 03:30:44 -05:00
cache.el Fix file paths in comment headings 2019-08-06 14:45:55 -04:00
cli.el Rewrite interactive CLI commands 2019-12-13 16:17:05 -05:00
config.el Reorganize & rethink help commands 2019-12-29 18:29:09 -05:00
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 Fix #2186: irreversible modeline resizing 2019-12-15 21:56:16 -05:00
format.el Make print! et co always respect standard-output 2019-12-16 17:05:11 -05:00
help.el Improve prompts for various help commands 2019-12-28 19:57:37 -05:00
packages.el Refactor package! & package init system 2019-12-24 00:02:50 -05:00
plist.el core: minor refactor & reformatting 2019-11-17 16:48:26 -05:00
projects.el 💥 Drop Emacs 25.x support 2019-11-08 16:02:06 -05:00
scratch.el Revise docstrings & minor reformatting 2019-12-26 01:41:44 -05:00
sessions.el Fail gracefully if no session file is present 2019-12-28 15:46:29 -05:00
text.el Fix s-backspace for non-evil users 2019-12-23 17:21:30 -05:00
themes.el Fix custom-set-*-faces! macros in Emacs 27 2019-11-22 16:24:19 -05:00
ui.el Fix interactive call of doom/narrow-buffer-indirectly 2019-12-06 18:24:51 +08:00