yasukun / gore-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gore-mode

Launch stack ghci in Emacs

require

git clone.

$ git clone https://github.com/yasukun/gore-mode

append to .emacs

(add-to-list 'load-path "/pathto/gore-mode/")
(autoload 'gore-mode "gore-mode" "Major mode for editing gore." t)
(add-to-list 'auto-mode-alist '("\\.go\\'" . gore-mode))

(add-hook 'gore-mode-hook 'imenu-add-menubar-index)

About


Languages

Language:Emacs Lisp 100.0%