FMF

Results 43 issues of FMF

Sometimes when I have like a big hydra, I mess up the configuration and duplicate some symbols. This can be easily solve with a simple check of the major-mode/MODE/heads, but...

Seems like there is a parser for [yaml](https://github.com/ikatyang/tree-sitter-yaml) available. I was thinking if it is possible to add support for it. Thank you.

Hello @sasagawa888 First of all, thanks for this amazing project, I really had a lot of fun hacking with it, the source code is commented and easy to follow. The...

If you are looking for an Alchemist alternative for Emacs, I fork this repository a while ago and I'm adding some functionality/fixing compatibilities and such. This is the URL: https://github.com/Sasanidas/Apprentice...

So, the idea is to implement hydra (https://github.com/abo-abo/hydra) interface or transient(https://github.com/magit/transient) so that more complex command can be split to multiple screens.

Onboarding
Feature

This is the initial proposal of a simple package manager, this implementations contains the following features: - A simple and declarative way of defining an external package (in this context,...

Feature

So, the code that handle the tmLanguages grammars (that for now, only seems lo work for `sql-mode`) seems fairy complete, and it does work for SQL well. The thing is,...

bug

Lem uses the library https://github.com/lem-project/async-process for managing inferior processes, which I think its really good and it accomplish his purpose. Still, I think for Linux/Unix users there maybe different alternative...

Feature

Basically mimic the functionality of https://github.com/aspiers/smooth-scrolling/ , keeping the scroll always in the center of the screen

enhancement
Onboarding

Lem uses swank as a backend (aka Micros) that is really similar to slynk so we can probably implement a lot of features that sly have in Lem (sly is...

enhancement
Feature: Lisp Mode