Add comment for previous commit
This commit is contained in:
parent
de4b3cf60d
commit
629fa56296
1 changed files with 2 additions and 2 deletions
|
@ -340,7 +340,7 @@ HPADDING is the horizontal spacing betwee the content line and the frame border.
|
||||||
(add-hook 'spacemacs-mode-hook (lambda ()
|
(add-hook 'spacemacs-mode-hook (lambda ()
|
||||||
(local-set-key [tab] 'widget-forward)
|
(local-set-key [tab] 'widget-forward)
|
||||||
(local-set-key [S-tab] 'widget-backward)
|
(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)
|
(provide 'core-spacemacs-buffer)
|
||||||
|
|
Reference in a new issue