Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 193 Bytes

readme.md

File metadata and controls

5 lines (4 loc) · 193 Bytes

Add krl-mode.el to a directory on your load path and put the following lines in your .emacs file:

;;; KRL
(require 'krl-mode)
(add-to-list 'auto-mode-alist '("\.krl$" . krl-mode))