Fixed typos
This commit is contained in:
parent
26c2e81681
commit
f924fc6a57
|
@ -57,7 +57,7 @@ Then, after you saved the file and exited the editor, **espanso will automatical
|
||||||
#### Customizing the editor
|
#### Customizing the editor
|
||||||
|
|
||||||
If you want to use another editor, customizing it is super easy, just specify your choice in the `EDITOR` (or `VISUAL`)
|
If you want to use another editor, customizing it is super easy, just specify your choice in the `EDITOR` (or `VISUAL`)
|
||||||
envorionment variables, such as:
|
environment variables, such as:
|
||||||
|
|
||||||
```
|
```
|
||||||
EDITOR=/usr/bin/vim
|
EDITOR=/usr/bin/vim
|
||||||
|
|
|
@ -10,8 +10,8 @@ or even GitHub!
|
||||||
|
|
||||||
The general idea, which applies to all operating systems, is the following:
|
The general idea, which applies to all operating systems, is the following:
|
||||||
|
|
||||||
* Move the espanso configuration folder inside your Dropbox folder (also a subdirectory is perfectly file)
|
* Move the espanso configuration folder inside your Dropbox folder (also a subdirectory is perfectly fine)
|
||||||
* Create a **symbolic link** in the original position, pointing to the synched folder.
|
* Create a **symbolic link** in the original position, pointing to the synced folder.
|
||||||
|
|
||||||
The specific commands depend on you OS:
|
The specific commands depend on you OS:
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ C:\Users\user\Dropbox\espanso
|
||||||
Now you need to create a **symbolic link**. Open the Command Prompt and type the following command, making sure you specify the correct paths:
|
Now you need to create a **symbolic link**. Open the Command Prompt and type the following command, making sure you specify the correct paths:
|
||||||
|
|
||||||
```
|
```
|
||||||
mklink /J "C:\Users\user\AppData\Roaming\espanso" "C:\user\Freddy\Dropbox\espanso"
|
mklink /J "C:\Users\user\AppData\Roaming\espanso" "C:\Users\user\Dropbox\espanso"
|
||||||
```
|
```
|
||||||
|
|
||||||
Now restart espanso and you should be ready to go!
|
Now restart espanso and you should be ready to go!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user