- Mar 05, 2022
-
-
Phil Hagelberg authored
-
Phil Hagelberg authored
-
Phil Hagelberg authored
-
- Mar 04, 2022
-
-
Phil Hagelberg authored
The string-replace function was added in Emacs 28 and we want to retain compatibility with older versions.
-
Andrey Listopadov authored
-
Andrey Listopadov authored
-
Andrey Listopadov authored
-
Andrey Listopadov authored
-
- Mar 03, 2022
-
-
Andrey Listopadov authored
-
Andrey Listopadov authored
-
- Feb 17, 2022
-
-
Andrey Listopadov authored
-
- Feb 16, 2022
-
-
Andrey Listopadov authored
-
Andrey Listopadov authored
-
- Feb 15, 2022
-
-
Andrey Listopadov authored
-
Andrey Listopadov authored
-
Andrey Listopadov authored
-
Andrey Listopadov authored
-
Andrey Listopadov authored
-
- Feb 14, 2022
-
-
Andrey Listopadov authored
-
- Jan 31, 2022
-
-
Andrey Listopadov authored
Fix documentation lookup See merge request !33
-
- Jan 29, 2022
- Nov 26, 2021
-
-
Andrey Listopadov authored
-
- Nov 22, 2021
-
-
Andrey Listopadov authored
add fennel-scratch command See merge request !32
-
Andrey Listopadov authored
This command creates a new *fennel-scratch* buffer for quick Fennel evaluation. It works much like inbuilt *scratch* buffer with the lisp-interaction-mode.
- Nov 10, 2021
-
-
Andrey Listopadov authored
-
- Nov 01, 2021
-
-
Andrey Listopadov authored
-
- Oct 30, 2021
-
-
Andrey Listopadov authored
-
- Oct 26, 2021
-
-
Andrey Listopadov authored
Inherit from prog-mode instead of lisp-mode As was noted in #11 `lisp-mode` is for *common* lisp-compatible languages, which Fennel is not part of. This MR changes the inheritance to `prog-mode`, but we still rely on a lot of things from `lisp-mode`, but we have to manually set those up. This change should not break anything, but hooks defined for `lisp-mode-hook` will stop working and should be instead set via `fennel-mode-hook` See merge request !31
-
Andrey Listopadov authored
-
- Oct 21, 2021
-
-
Andrey Listopadov authored
indent tables by data, not by (curly)braces See merge request !30
-
Andrey Listopadov authored
-
- Oct 20, 2021
-
-
Andrey Listopadov authored
fennel-repl: reuse repl buffer if repl process is dead, persist fennel-program locally See merge request !29
-
Antoine Kalmbach authored
-
- Oct 18, 2021
-
-
Andrey Listopadov authored
-
- Oct 17, 2021
-
-
Andrey Listopadov authored
fennel-find-definition: use (symbol-at-point) as the default value See merge request !28
-
- Oct 16, 2021
-
-
Antoine Kalmbach authored
-
- Sep 26, 2021
-
-
Andrey Listopadov authored
-
Andrey Listopadov authored
-