Unverified Commit 5f405b13 authored by Andy Stewart's avatar Andy Stewart Committed by GitHub
Browse files

Merge pull request #93 from MatthewZMD/patch-1

Forgot to rename one line...
parents ccaea005 3207b4fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ Please don't run EAF with root user, root user just can access DBus's system bus
## Settings

### 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`.
You can easily configure variables that EAF Python side uses with the Emacs Lisp function `eaf-set`. 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 `.emacs`
```Elisp