Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 508 Bytes

File metadata and controls

16 lines (11 loc) · 508 Bytes

umka-mode

Emacs Major Mode for Umka Programming Language.

Installing locally

Put umka-mode.el to some folder /path/to/umka/. Add this to your .emacs:

;; Adding `/path/to/umka` to load-path so `require` can find it
(add-to-list 'load-path "/path/to/umka/")
;; Importing umka-mode
(require 'umka-mode)

TODO: feel free to submit this package to MELPA or what not