aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-17 23:27:03 +0800
committerGuangxiong Lin <[email protected]>2022-03-17 23:27:03 +0800
commitad117e053ac537d079797c330d84589f1e9f7412 (patch)
tree2c4ec2022c4cbc5ee9417f2ef70573f9c20d108d /.emacs.d/init.el
parent919fbc2561a19c676f759f328f43713968cfd25b (diff)
downloaddotfiles-ad117e053ac537d079797c330d84589f1e9f7412.tar.gz
dotfiles-ad117e053ac537d079797c330d84589f1e9f7412.tar.bz2
dotfiles-ad117e053ac537d079797c330d84589f1e9f7412.zip
Rearrange go env in emacs
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index e711f30..11567b0 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -25,6 +25,8 @@
(require 'init-flycheck)
(require 'init-org)
(require 'init-lang)
+(require 'init-go)
+(require 'init-eglot)
(require 'init-filetype)
(require 'init-deft)
(require 'init-input-method)