@@ -708,7 +708,7 @@ of the configuration, this is a powerful feature which allows you to quickly
708
708
remove any feature from Spacemacs.
709
709
710
710
*Note:* A few packages are essential for Spacemacs to correctly operate, those
711
- packages are protected and cannot be excluded or unsintalled even if they become
711
+ packages are protected and cannot be excluded or uninstalled even if they become
712
712
orphans or are excluded. =use-package= is an example of a protected package that
713
713
cannot be removed from Spacemacs.
714
714
@@ -761,7 +761,7 @@ To bind keys in Hybrid editing style (=hybrid state=):
761
761
#+END_SRC
762
762
763
763
This style can be tweaked to be more like Emacs or more like Vim depending
764
- on the user preferences. The following variable are available to change the
764
+ on the user preferences. The following variables are available to change the
765
765
style configuration:
766
766
767
767
- =hybrid-mode-default-state= The default state when opening a new buffer,
@@ -844,7 +844,7 @@ are in =normal= mode by pressing the ~SPC~ leader key, here are a few examples:
844
844
The universal argument ~C-u~ is an important command in Emacs but it is also a
845
845
very handy Vim key binding to scroll up.
846
846
847
- Spacemacs binds ~C-u~ to =scroll-up= and change the universal argument binding
847
+ Spacemacs binds ~C-u~ to =scroll-up= and changes the universal argument binding
848
848
to ~SPC u~.
849
849
850
850
*Note*: ~SPC u~ is not working before =helm-M-x= (~SPC SPC~). Instead, call
@@ -976,7 +976,7 @@ Spacemacs has a minimalistic and distraction free graphical UI:
976
976
** Color themes
977
977
The official Spacemacs theme is [[https://github.com/nashamri/spacemacs-theme][spacemacs-dark]] and it is the default theme
978
978
installed when you first started Spacemacs. There are two variants of the
979
- theme, a dark one and a light one. Some aspect of these themes can be customized
979
+ theme, a dark one and a light one. Some aspects of these themes can be customized
980
980
in the function =dotspacemacs/user-init= of your =~/.spacemacs=:
981
981
- the comment background with the boolean =spacemacs-theme-comment-bg=
982
982
- the height of org section titles with =spacemacs-theme-org-height=
@@ -2548,7 +2548,7 @@ Text related commands (start with ~x~):
2548
2548
| ~SPC x a ;~ | align region at ; |
2549
2549
| ~SPC x a =~ | align region at = |
2550
2550
| ~SPC x a a~ | align region (or guessed section) using default rules |
2551
- | ~SPC x a c~ | align current intendation region using default rules |
2551
+ | ~SPC x a c~ | align current indentation region using default rules |
2552
2552
| ~SPC x a r~ | align region using user-specified regexp |
2553
2553
| ~SPC x a m~ | align region at arithmetic operators (+-*/) |
2554
2554
| ~SPC x a ¦~ | align region at ¦ |
@@ -2656,7 +2656,7 @@ In transient state:
2656
2656
| Any other key | leave the transient state |
2657
2657
2658
2658
*Tips:* you can increase or decrease a value by more that once by using a prefix
2659
- argument (ie . ~10 SPC n +~ will add 10 to the number under point).
2659
+ argument (i.e . ~10 SPC n +~ will add 10 to the number under point).
2660
2660
2661
2661
*** Spell checking
2662
2662
Spell checking is enabled by including the [[../layers/+checkers/spell-checking][spell
@@ -2701,12 +2701,12 @@ There are also ~a~ variants that include whitespace. Example (=|= indicates poin
2701
2701
The displayed text of a buffer can be narrowed with the commands (start with
2702
2702
~n~):
2703
2703
2704
- | Key Binding | Description |
2705
- |-------------+-------------------------------------------|
2706
- | ~SPC n f~ | narrow the buffer to the current function |
2707
- | ~SPC n p~ | narrow the buffer to the visible page |
2708
- | ~SPC n r~ | narrow the buffer to the selected text |
2709
- | ~SPC n w~ | widen, i.e show the whole buffer again |
2704
+ | Key Binding | Description |
2705
+ |-------------+-------------------------------------------- |
2706
+ | ~SPC n f~ | narrow the buffer to the current function |
2707
+ | ~SPC n p~ | narrow the buffer to the visible page |
2708
+ | ~SPC n r~ | narrow the buffer to the selected text |
2709
+ | ~SPC n w~ | widen, i.e. show the whole buffer again |
2710
2710
2711
2711
*** Replacing text with iedit
2712
2712
Spacemacs uses the powerful [[https://github.com/tsdh/iedit][iedit]] mode through [[https://github.com/syl20bnr/evil-iedit-state][evil-iedit-state]] to quickly
0 commit comments