From a8bc3cb79d7d1d1227ac5900efea6f0ab5e22b68 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 24 Jun 2015 10:18:39 -0400 Subject: [PATCH] update emacs config --- emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs b/emacs index 9804b88..d773eb7 100644 --- a/emacs +++ b/emacs @@ -77,12 +77,13 @@ (require 'auto-complete-config) (load-file "/Users/brettlangdon/go/src/code.google.com/p/go.tools/cmd/oracle/oracle.el") (go-oracle-mode) + (load-file "~/go/src/github.com/golang/lint/misc/emacs/golint.el") + (require 'golint) (setq gofmt-command "goimports") (local-set-key (kbd "M-.") 'godef-jump) (add-hook 'before-save-hook #'gofmt-before-save))) (add-hook 'js-mode-hook (lambda() (flymake-jslint-load) - (flymake-cursor-mode) (setq js2-include-node-externs t) (setq js2-highlight-level 3) (setq js2-mode-show-parse-errors nil)