From 8614f285d924b2aefb274587b3277c3387fd3d04 Mon Sep 17 00:00:00 2001 From: Tu Do Date: Tue, 21 Apr 2015 10:35:17 +0700 Subject: [PATCH] Add separator between Evil and Emacs tutor buttons --- core/core-spacemacs-buffer.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-spacemacs-buffer.el b/core/core-spacemacs-buffer.el index 864162d57..cabf5d7fc 100644 --- a/core/core-spacemacs-buffer.el +++ b/core/core-spacemacs-buffer.el @@ -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)