config/default: change SPC h keymaps

SPC h now maps to help-map to reduce redundancy. Some adjustments and
additions were made to this map so all users (evil and vanilla) can
benefit from Doom's extra help commands.
This commit is contained in:
Henrik Lissner 2019-03-07 19:34:03 -05:00
parent a05b1877be
commit 44de995ca5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 45 additions and 34 deletions

View file

@ -337,4 +337,14 @@ whose car is the list of faces and cadr is the list of overlay faces."
(defun doom/open-manual ()
"TODO"
(interactive)
(find-file (expand-file-name "index.org" doom-docs-dir)))
(user-error "This command isn't implemented yet")
;; (find-file (expand-file-name "index.org" doom-docs-dir))
)
;;;###autoload
(defun doom/open-news ()
"TODO"
(interactive)
(user-error "This command isn't implemented yet")
;; (find-file (expand-file-name (concat "news/" doom-version) doom-docs-dir))
)