Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 424 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 424 Bytes

dut-mode

Emacs mode for the Dut programming language

Introduction

dut-mode is a major mode for editing code written in Dut Language. It is a fork of the original squirrel-mode that provides compatibility with Emacs 24.3 and following versions.

Installation

(add-to-list 'load-path "path/to/dut-mode/dir")
(require 'dut-mode)