Add comment for previous commit

This commit is contained in:
syl20bnr 2015-04-10 20:28:37 -04:00
parent de4b3cf60d
commit 629fa56296
1 changed files with 2 additions and 2 deletions

View File

@ -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)