umka-mode

November 2, 2025 ยท View on GitHub

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