doomemacs/core/autoload
Henrik Lissner fa7f7042b0
Add and expand doom/help* commands
Adds the following commands:

- doom/help (opens the Doom manual)
- doom/help-search (for searching through org headlines in Doom's
  documentation)
- doom/help-faq (for searching the FAQ)
- doom/help-news (for browsing the Doom newsletters)
- doom/help-autodefs (renamed from doom/describe-autodef -- for looking
  up documentation on autodef function/macros, like
  `set-lookup-handler!`)
- doom/help-modules (renamed from doom/describe-module, for jumping to a
  Doom module's documentation)
- doom/help-packages (renamed from doom/describe-package and recently
  fixed -- looks up information about installed packages, including what
  Doom module(s) install it and where it is configured)
- doom/help-package-config (for searching and jumping to any block where
  a package is configured in Doom Emacs)

Also adds the SPC h d (or C-h d) prefix for Doom-specific help commands.
SPC h D will invoke doom/help.

However, the documentation itself hasn't been committed yet, so some of
these commands may be useless atm. Sorry!
2019-04-24 18:16:06 -04:00
..
buffers.el Add buffer-live-p check to doom-real-buffer-p 2019-04-17 11:29:41 -04:00
cache.el Remove third line in section headers 2018-09-09 09:58:19 -04:00
cli.el Prompt to restart after doom//upgrade 2019-03-22 14:13:35 -04:00
config.el Reset more state on doom/module initialization 2019-04-09 03:43:13 -04:00
debug.el Reformat doctor output & add DOOMDIR check 2019-04-16 20:57:03 -04:00
files.el Fix doom/move-this-file not opening renamed file 2019-03-03 02:17:42 -05:00
help.el Add and expand doom/help* commands 2019-04-24 18:16:06 -04:00
hydras.el Fix autoloaded hydras 2019-04-07 16:06:52 -04:00
line-numbers.el Improve version check for line-numbers polyfill 2019-02-26 17:29:40 -05:00
message.el Rewrite doom-doctor 2019-04-24 18:16:05 -04:00
packages.el Add and expand doom/help* commands 2019-04-24 18:16:06 -04:00
projects.el Allow doom-project-find-file on arbitrary paths 2019-04-19 20:48:48 -04:00
scratch.el Revise docstrings for scratch buffer commands 2019-04-19 20:50:53 -04:00
sessions.el Restore session later on restart-and-restore 2019-03-22 14:14:03 -04:00
text.el Fix doom/forward-to-last-non-comment-or-eol #1306 2019-04-04 15:13:48 -04:00
ui.el 💥 Replace exec-path-from-shell w/ 'bin/doom env' 2019-03-28 01:56:09 -04:00