aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2019-12-23 21:09:23 +0100
committerThomas Schneider <qsx@chaotikum.eu>2019-12-23 21:09:23 +0100
commit535fb5bbd60a91d5b60b8b2402179adf0aacc069 (patch)
tree0a0b12f442c72b433cf96e7ae6fad6d1d44a3080 /dot.emacs.d
parent12aa4cc7ee68cf5a1626f6f88433f56a3752dc3e (diff)
Emacs: Add go-mode
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index cc3bec5..55885f5 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -248,6 +248,9 @@
(auctex-latexmk-setup)
(setq TeX-command-default "LatexMk"))
+(use-package go-mode
+ :hook (go-mode . lsp))
+
(use-package toml-mode)
(use-package rust-mode