Skip to content

Instantly share code, notes, and snippets.

@eeowaa
eeowaa / go-template-mode.el
Created December 20, 2022 02:39 — forked from anonymous/go-template-mode.el
Go template mode
;;; go-template-mode.el --- Major mode for Go template language
;;; Commentary:
;; 1) Copy this file somewhere in your Emacs `load-path'. To see what
;; your `load-path' is, run inside emacs: C-h v load-path<RET>
;;
;; 2) Add the following to your .emacs file:
;;
;; (require 'go-template-mode)