Skip to content

Commit 348a28c

Browse files
duiantowang-d
authored andcommitted
Fix typo, and uppercase a key
1 parent 9fc19b9 commit 348a28c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.develop

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3586,11 +3586,11 @@ Other:
35863586
Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil, Serghei Iakovlev, Sergio
35873587
Ugalde, Shane Kilkelly, Sid Kapur, Som Poddar, Somelauw, Soobin Rho, sorawee,
35883588
SteveJobzniak, Sunghyun Hwang, Sunlin7, Swaroop C H, Sylvain Benner, Szunti,
3589-
Thijs Vermeir, Tianyi Wang, Tim Stewart, timor, TinySong, Titov Andrey, Thomas
3590-
de Beauchêne, Tomasz Cichocinski, Trey Merkley, tzhao11, Vincent Taing, Ullas
3591-
Holla, Vlad Bokov, Vladimir Kochnev, weihua-lu, wenpin, Wieland Hoffmann,
3592-
Witoslaw Koczewski, Xiang Ji, Yi Liu, Zach Latta, Zane Sterling, zer09, Zhige
3593-
Xin)
3589+
Thijs Vermeir, Tianyi Wang, Tim Ruffing, Tim Stewart, timor, TinySong, Titov
3590+
Andrey, Thomas de Beauchêne, Tomasz Cichocinski, Trey Merkley, tzhao11,
3591+
Vincent Taing, Ullas Holla, Vlad Bokov, Vladimir Kochnev, weihua-lu, wenpin,
3592+
Wieland Hoffmann, Witoslaw Koczewski, Xiang Ji, Yi Liu, Zach Latta, Zane
3593+
Sterling, zer09, Zhige Xin)
35943594
**** Documentation and website
35953595
- DOCUMENTATION.org:
35963596
- Fixed the example for how to change the separator style

layers/+spacemacs/spacemacs-defaults/packages.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@
8080
(evil-set-initial-state 'Custom-mode 'normal)
8181
;; Notes on how this effects the default `custom-mode-map':
8282
;; - `TAB' works as `widget-forward' without modification
83-
;; - `<S-tab>' works as `widget-backward' without modification
83+
;; - `<S-TAB>' works as `widget-backward' without modification
8484
;; - `n' as `widget-forward' is redundant with `TAB' and collides with the
8585
;; - `evil-ex-search-next' mapping which is useful here. Omitting
8686
;; intensionally.
87-
;; - `p' doesn't make any sense without `n' and is redundant with `<S-tab>'.
87+
;; - `p' doesn't make any sense without `n' and is redundant with `<S-TAB>'.
8888
;; Omitting intensionally.
8989
;; - `q' as `Custom-buffer-done' conflicts with the Evil record macro
9090
;; binding, which is, however, of questionable value in a Custom buffer;
@@ -93,7 +93,7 @@
9393
;; - `SPC' as `scroll-up-command' conflicts with the all-important Spacemacs
9494
;; menu. Omitting intensionally. Evil `C-u' works instead.
9595
;; - `S-SPC' as `scroll-down-command' makes no sense without `SPC' as
96-
;; `scroll-up-command'. Evil `C-u' works instead.
96+
;; `scroll-up-command'. Evil `C-d' works instead.
9797
;; - `C-x' as a prefix command still works.
9898
;; - `C-c' as a prefix command still works.
9999
;; - `u' as `Custom-goto-parent' conflicts with Evil undo. However it is

0 commit comments

Comments
 (0)