Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jabolopes/bessel-mode
- Owner: jabolopes
- License: bsd-3-clause
- Created: 2013-05-02T07:28:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-03T04:04:16.000Z (over 11 years ago)
- Last Synced: 2023-03-28T00:49:31.430Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)