Commit 1fd5da62 authored by Matthew Zeng's avatar Matthew Zeng
Browse files

Instruction to make EAF Browser default ;)

parent d4066ad6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -152,6 +152,12 @@ There are certain variables will be shared across Emacs Lisp and Python. You can
Check the full list of configurable variables with `C-h v eaf-var-list`.

#### EAF Browser
To set EAF Browser as your default browser, put the following in your `.emacs`
```Elisp
(setq browse-url-browser-function 'eaf-open-browser)
(defalias 'browse-web 'eaf-open-browser)
```

Default browser enable plugin and JavaScript, to disable them, you can add something like the following to `.emacs`

```Elisp