Add go-mode
This commit is contained in:
parent
b464691a71
commit
1c3d11fa53
@ -188,6 +188,17 @@ useful for alternating between light and dark themes"
|
||||
:config
|
||||
(helm-projectile-on))
|
||||
|
||||
(use-package go-mode
|
||||
:ensure t)
|
||||
|
||||
(use-package company-go
|
||||
:ensure t
|
||||
:after (go-mode)
|
||||
:config
|
||||
(add-hook 'go-mode-hook
|
||||
(lambda ()
|
||||
(set (make-local-variable 'company-backends) '(company-go)))))
|
||||
|
||||
(require 'mu4e)
|
||||
(setq mu4e-maildir (concat (getenv "HOME") "/.mail"))
|
||||
(setq mu4e-drafts-folder "/Drafts")
|
||||
|
Loading…
Reference in New Issue
Block a user