From ad117e053ac537d079797c330d84589f1e9f7412 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Thu, 17 Mar 2022 23:27:03 +0800 Subject: Rearrange go env in emacs --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to '.emacs.d/init.el') 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) -- cgit v1.2.3