Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Mingde (Matthew) Zeng <[email protected]>
  • Loading branch information
MatthewZMD committed Jan 15, 2021
1 parent 62e5e34 commit becda82
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ EAF is an extensible framework, one can develop any Qt5 application and integrat
| | |

## EmacsConf2020 - Extend Emacs to Modern GUI Applications with EAF
- EAF talk & demo on the EmacsConf2020, presented to you by [MatthewZMD](https://github.com/MatthewZMD).
- EAF talk & demo at EmacsConf2020, presented to you by [MatthewZMD](https://github.com/MatthewZMD)
- Homepage (Q&A included): https://emacsconf.org/2020/talks/34/
- Youtube link:

Expand Down Expand Up @@ -81,14 +81,13 @@ chmod +x ./install-eaf.sh
./install-eaf.sh
```

3. From here on, you can either Add the full path to the EAF installation directory to your Emacs ```load-path```, then add the following to `init.el`:
3. From here on, you can either add the full path to the EAF installation directory to your Emacs ```load-path```, then add the following to `init.el`:

```Elisp
(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
```
or,
If you use [use-package](https://github.com/jwiegley/use-package), you can use the following *sample* configuration for your convenience.
or, if you use [use-package](https://github.com/jwiegley/use-package), you can use the following *sample* configuration for your convenience.

```Elisp
(use-package eaf
Expand Down

0 comments on commit becda82

Please sign in to comment.