about summary refs log tree commit diff
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-31T23·15+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-31T23·18+0000
commite8b47d5030801c0249a8e9741df3ead0b0d374de (patch)
treedee7cbe205c2c105fcdcbfe920fb456333b9fef8 /emacs/.emacs.d/init.el
parent184404d5421bd052519f757450d8dbd9466a6e14 (diff)
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.
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
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)