Unverified Commit 60741ece authored by Matthew Zeng's avatar Matthew Zeng Committed by GitHub
Browse files

Fix indentation

parent 569e85b9
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ Please don't run EAF with root user, root user just can access DBus's system bus
### Customization
You can easily configure variables that EAF Python side uses with the Emacs Lisp function `eaf-setq`. Check the full list of configurable variables with `C-h v eaf-var-list`.
#### EAF Camera
    The default directory to store images taken by EAF Camera is `~/Downloads`. To change it, put the following in your `.emacs`
The default directory to store images taken by EAF Camera is `~/Downloads`. To change it, put the following in `.emacs`
```Elisp
(eaf-setq 'eaf-camera-save-path "~/Downloads")
```