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
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))
)