From e8b47d5030801c0249a8e9741df3ead0b0d374de Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 31 Jan 2020 23:15:01 +0000 Subject: Support golang I decided to start writing go code for scripts instead of python. I think this will be a learning opportunity for me and should increase the integrity of my scripts by adding some static type checking. --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 0351eceddeec..226e6ae2a644 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -59,3 +59,4 @@ (require 'wpc-javascript) (require 'wpc-java) (require 'wpc-prolog) +(require 'wpc-golang) -- cgit 1.4.1