Update Home

2025-11-01 13:35:25 +01:00
parent cec1ef5149
commit ef7f5a3357
+16 -3
@@ -14,10 +14,9 @@ The project is build with meson so you will need it on your computer to compile
### Process
First clone the repo and move into it.
Then compile the project in the desire dir (for me build).
Then build the project by this installation script.
``` bash
meson setup --reconfigure build
meson compile -C build
./install.sh
```
The binary will be `build/beluga`.
@@ -57,6 +56,16 @@ or
The `define` function defines macros and functions that you will reuse in your code.
## Add-package
### Syntax
``` lisp
(add-package "package-name")
```
### Description
The `add-package` function import packages from the packages folder (`~/.beluga/packages/`)
# Key-binds
Key-binds are defines with macro on key names.
@@ -74,3 +83,7 @@ Key-binds are defines with macro on key names.
| page down | PAGE-DOWN |
| control | CTRL-letter |
# Packages
You can add packages to the editor by cloning packages repo in the `packages` folder under `.beluga`.