Add open-manual command (docs don't exist yet though!)
This commit is contained in:
parent
f80be3682b
commit
b82ef2cee6
1 changed files with 8 additions and 0 deletions
|
@ -41,6 +41,9 @@
|
||||||
(stylus-mode :lang web))
|
(stylus-mode :lang web))
|
||||||
"TODO")
|
"TODO")
|
||||||
|
|
||||||
|
(defvar doom-docs-dir (concat doom-emacs-dir "docs/")
|
||||||
|
"TODO")
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Helpers
|
;; Helpers
|
||||||
|
@ -164,3 +167,8 @@ whose car is the list of faces and cadr is the list of overlay faces."
|
||||||
(t
|
(t
|
||||||
(and (or faces overlays)
|
(and (or faces overlays)
|
||||||
(list faces overlays))))))
|
(list faces overlays))))))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
|
(defun doom//open-manual ()
|
||||||
|
(interactive)
|
||||||
|
(find-file (expand-file-name "index.org" doom-docs-dir)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue