Skip to content

cemkeylan/redo-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

redo-mode

Simple Emacs major-mode package for the redo build system.

Installation

Copy redo-mode.el to your load path and use require to load it.

(require 'redo-mode)

You can also use straight.el / use-package in order to use this mode hassle-free on your system.

(use-package redo-mode
  :straight (:host github :repo "cemkeylan/redo-mode")
  :mode "\\.do\\'")

About

Simple Emacs major-mode for the redo build system

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published