(use-package midnight :config (midnight-mode t)) (use-package server :hook (after-init . server-start)) (use-package exec-path-from-shell :ensure t :init (exec-path-from-shell-initialize) (when (memq window-system '(mac ns)) (exec-path-from-shell-initialize)) (exec-path-from-shell-copy-env "GOPATH")) (provide 'fcuny-hygiene)