mpanarin / lets-mode

Emacs major-mode for editing and running **lets** tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lets-mode

This is a very slim package for configuring and running lets tasks

Feature list:

  • [X] File type recognition
  • [X] Company completion backend
  • [ ] TODO: Functions to run the tasks

Installing

Currently it is only installable through load Clone the package:

git clone https://github.com/mpanarin/lets-mode.git -b master *where/to/clone*

After that load and require the package in your emacs config

(load "*where/you/cloned*/lets-mode.el")
(require 'lets-mode)

About

Emacs major-mode for editing and running **lets** tasks

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%