From 629fa5629676b6a3ab6b135772133e34130de5fe Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Fri, 10 Apr 2015 20:28:37 -0400 Subject: [PATCH] Add comment for previous commit --- core/core-spacemacs-buffer.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-spacemacs-buffer.el b/core/core-spacemacs-buffer.el index 150879002..273e128bb 100644 --- a/core/core-spacemacs-buffer.el +++ b/core/core-spacemacs-buffer.el @@ -340,7 +340,7 @@ HPADDING is the horizontal spacing betwee the content line and the frame border. (add-hook 'spacemacs-mode-hook (lambda () (local-set-key [tab] 'widget-forward) (local-set-key [S-tab] 'widget-backward) - (local-set-key [backtab] 'widget-backward) - )) + ;; S-tab is backtab in terminal + (local-set-key [backtab] 'widget-backward))) (provide 'core-spacemacs-buffer)