From 4493b4bd771964bc228562ad47c68b07a348332c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 6 Jul 2014 11:55:48 +0100 Subject: Emacs: install and configure go-oracle --- tag-emacs/emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 6b13290..55dd992 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -608,6 +608,11 @@ (req-package go-mode :mode (("\\.go\\'" . go-mode))) +(req-package oracle + :load-path ,(expand-file-name "src/code.google.com/p/go.tools/cmd/oracle/oracle.el" (getenv "GOPATH")) + :init (progn + (add-hook 'go-mode-hook #'go-oracle-mode))) + (req-package company-go :require go-mode :config (progn -- cgit 1.4.1