From a6a88661b160dea1f2b59396f2dbdd2a5a843230 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 21 Jun 2014 19:54:05 +0100 Subject: Emacs: Defer loading of go-mode --- tag-emacs/emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index ce3b7b1e..dc508780 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -614,6 +614,9 @@ :diminish " ✓" :init (global-flycheck-mode)) +(req-package go-mode + :mode (("\\.go\\'" . go-mode))) + (req-package company-go :require go-mode :config (progn -- cgit 1.4.1