From b4dd290745ae314f831880be5a3335155d25951f Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 5 Feb 2020 23:33:29 +0000 Subject: Temporarily disable initialization code My Emacs initialization fails for a few reasons, which I haven't prioritized time to investigate yet: - Some OCaml deps are absent - godoc is absent --- emacs/.emacs.d/wpc/wpc-golang.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs/.emacs.d/wpc/wpc-golang.el') diff --git a/emacs/.emacs.d/wpc/wpc-golang.el b/emacs/.emacs.d/wpc/wpc-golang.el index 94dd55be1004..ef1387d38f92 100644 --- a/emacs/.emacs.d/wpc/wpc-golang.el +++ b/emacs/.emacs.d/wpc/wpc-golang.el @@ -13,7 +13,6 @@ (require 'prelude) (prelude/assert (prelude/executable-exists? "goimports")) -(prelude/assert (prelude/executable-exists? "godoc")) (prelude/assert (prelude/executable-exists? "godef")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -- cgit 1.4.1