Update Home
+16
-3
@@ -14,10 +14,9 @@ The project is build with meson so you will need it on your computer to compile
|
|||||||
### Process
|
### Process
|
||||||
|
|
||||||
First clone the repo and move into it.
|
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
|
``` bash
|
||||||
meson setup --reconfigure build
|
./install.sh
|
||||||
meson compile -C build
|
|
||||||
```
|
```
|
||||||
|
|
||||||
The binary will be `build/beluga`.
|
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.
|
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
|
||||||
|
|
||||||
Key-binds are defines with macro on key names.
|
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 |
|
| page down | PAGE-DOWN |
|
||||||
| control | CTRL-letter |
|
| control | CTRL-letter |
|
||||||
|
|
||||||
|
# Packages
|
||||||
|
|
||||||
|
You can add packages to the editor by cloning packages repo in the `packages` folder under `.beluga`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user