Add beginners tutorial to ivy-spacemacs-help.

This commit is contained in:
person808 2017-04-15 22:10:58 -10:00 committed by syl20bnr
parent df6333d55c
commit 489f391fb5
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@
;; give each document an appropriate title
(mapcar (lambda (r)
(cond
((string-equal r "BEGINNERS_TUTORIAL.org")
`("Beginners tutorial" . ,r))
((string-equal r "CONTRIBUTING.org")
`("How to contribute to Spacemacs" . ,r))
((string-equal r "CONVENTIONS.org")