configure xkcd inside the :init progn clause

This commit is contained in:
deb0ch 2017-01-05 11:15:54 +01:00 committed by d12frosted
parent b296a93929
commit 550821baae
No known key found for this signature in database
GPG Key ID: 8F60E862D6F5CE8F
1 changed files with 2 additions and 2 deletions

View File

@ -25,5 +25,5 @@
"h" 'xkcd-prev
"j" 'xkcd-next
"k" 'xkcd-prev
"l" 'xkcd-next))
(push "*xkcd*" spacemacs-useful-buffers-regexp)))
"l" 'xkcd-next)
(push "*xkcd*" spacemacs-useful-buffers-regexp))))