summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-09-17 14:03:20 -0700
committerFranck Cuny <franck@fcuny.net>2022-09-17 14:03:20 -0700
commit9a57d255403c97f46306436b6e282b5da836ffe0 (patch)
tree0568f8ba44a66c7f45f88195d8e39051e749881d /emacs/init.el
parentfeat(lsp): configure lsp-mode for Emacs (diff)
downloademacs.d-9a57d255403c97f46306436b6e282b5da836ffe0.tar.gz
feat(lang/go): configure Emacs for go
Change-Id: I2f33baa1ef2f75d770203da210065fed15f567e8
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 2dcca81..7db5aab 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -51,6 +51,7 @@
 (require 'my-elfeed)
 
 (require 'my-lsp)
+(require 'my-lang-go)
 (require 'my-lang-python)
 
 (require 'my-buffers)