eww-after-render-hook is now used directly

This commit is contained in:
Josef Vlach
2020-05-27 17:49:42 +01:00
parent db2f50f9bf
commit b45fa69944

View File

@@ -154,13 +154,6 @@ With a point on build-in class you can press `C-c C-r C-o` to open [eww](https:/
Using `C-c C-r C-a` opens main Godot API page in eww.
For convenience add `gdscript-documentation-rename-eww-buffer` to `eww-after-render-hook`. This will rename eww buffer(s) visiting Godot documentation from generic name to one which contains page title.
```
(use-package gdscript-mode
:hook ((eww-after-render . gdscript-documentation-rename-eww-buffer)))
```
## Customization
To find all GDScript-mode settings, press `M-x customize` and search for "gdscript".