Commit Graph

11 Commits

Author SHA1 Message Date
Sameer Rahmani 3188b3c451 Add brain-switch library to keep track of mind
Signed-off-by: Sameer Rahmani <lxsameer@gnu.org>
2020-07-03 17:34:47 +01:00
Sameer Rahmani 5715a21cbd Improve depends-on macro to accept the pkg name as a symbol only 2020-04-10 15:06:52 +01:00
Sameer Rahmani 56f908ddf5 Merge branch 'master' into extension-v2 2020-03-20 19:30:51 +00:00
Sameer Rahmani 9c28be4b82 Fixed the void value for fg42-font-size problem 2020-03-16 17:52:47 +00:00
Sameer Rahmani 950575a38f defextension has been added alongside with load-extension function.
`defextension` is a new macro to replace the old `extension` macro
to define a new extension. `load-extension` function take an extension
which is defined using `defextension` and load it by loading the file
addressed in extension's `:path` field or if that field i `nil` simply
try to construct a path in FG42's extension directory.

Signed-off-by: Sameer Rahmani <lxsameer@gnu.org>
2020-03-12 18:45:38 +00:00
Sameer Rahmani 7e2a146a00 Default font var has been added 2020-02-23 16:35:53 +00:00
amirrezaask 02467ed8db simpler code 2020-02-23 19:49:12 +03:30
amirrezaask 9c6c3aab5b add fg42-font function and get-fg42-font function to get fg42 font if set by user or the default one 2020-02-23 19:09:27 +03:30
Sameer Rahmani 63afbd12df devtools module has been splitted into submodules 2019-08-25 22:10:23 +01:00
Sameer Rahmani 8c25a66513 several utility functions have been extracted to their own modules 2019-08-23 14:22:50 +01:00
Sameer Rahmani 840f42ec1f devtools poc has been added 2019-08-22 19:06:51 +01:00