(use-package exec-path-from-shell :ensure t :config (exec-path-from-shell-initialize) (exec-path-from-shell-copy-envs '("TMPDIR" "GOPATH"))) (use-package server :config (unless (server-running-p) (server-start)))