File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ to set up just nix-mode without use-package:
103
103
104
104
*** nix-mode
105
105
106
- This is a major mode for editing Nix expressons . It provides syntax
106
+ This is a major mode for editing Nix expressions . It provides syntax
107
107
highlighting, sane defaults, and experimental indentation support.
108
108
109
109
You can set it up to handle .nix files with,
@@ -183,8 +183,8 @@ First, there are 3 commands that run Nix phases for you.
183
183
- nix-shell-configure
184
184
- nix-shell-build
185
185
186
- You can run any one of these to invode the correspond Nix phase. For
187
- instance to unpack the source for Emacs, let’s start from a dired
186
+ You can run any one of these to invoke the corresponding Nix phase. For
187
+ instance, to unpack the source for Emacs, let’s start from a dired
188
188
buffer,
189
189
190
190
#+BEGIN_SRC text
@@ -195,7 +195,7 @@ C-x C-f ~ RET
195
195
M-x nix-shell-unpack RET emacs RET
196
196
#+END_SRC
197
197
198
- This will unpack the Emacs soure code. It may take a minute or two to
198
+ This will unpack the Emacs source code. It may take a minute or two to
199
199
unpack. After that, we can enter the Emacs directory with find-file,
200
200
201
201
#+BEGIN_SRC text
You can’t perform that action at this time.
0 commit comments