Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jabolopes/bessel-mode

Emacs major mode for the Bessel programming language.
https://github.com/jabolopes/bessel-mode

Last synced: 9 days ago
JSON representation

Emacs major mode for the Bessel programming language.

Awesome Lists containing this project

README

        

bessel-mode
===========

Emacs major mode for the [Bessel](http://github.com/jabolopes/bessel)
programming language.

Installation
------------

Download the file 'bessel-mode.el' and place it in a directory that is
reachable to Emacs.

For example, I will assume that the file 'bessel-mode.el' was placed
in the following directory.

~/.emacs.d/site-lisp/bessel-mode

Now, add the following to your '.emacs' to autoload 'bessel-mode' when
files with the extension '.bsl' are open in Emacs.

; bessel

(add-to-list 'load-path "~/.emacs.d/site-lisp/bessel-mode")
(require 'bessel-mode)