commit
30d6e62d7f
|
@ -57,7 +57,7 @@ Then, after you saved the file and exited the editor, **espanso will automatical
|
|||
#### Customizing the editor
|
||||
|
||||
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
|
||||
|
|
|
@ -10,8 +10,8 @@ or even GitHub!
|
|||
|
||||
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)
|
||||
* Create a **symbolic link** in the original position, pointing to the synched folder.
|
||||
* 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 synced folder.
|
||||
|
||||
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:
|
||||
|
||||
```
|
||||
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!
|
||||
|
|
Loading…
Reference in New Issue
Block a user