Add separator between Evil and Emacs tutor buttons

This commit is contained in:
Tu Do 2015-04-21 10:35:17 +07:00 committed by syl20bnr
parent 1d8e8cd1f9
commit 8614f285d9

View file

@ -193,6 +193,7 @@ If TYPE is nil, just remove widgets."
:action (lambda (&rest ignore) (call-interactively #'evil-tutor-start))
:mouse-face 'highlight
:follow-link "\C-m"))
(add-to-list 'spacemacs-buffer--note-widgets (widget-insert " "))
(add-to-list 'spacemacs-buffer--note-widgets
(widget-create 'push-button
:tag (propertize "Emacs Tutorial" 'face 'font-lock-keyword-face)