about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc/wpc-golang.el
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-02-05T23·33+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-02-05T23·33+0000
commitb4dd290745ae314f831880be5a3335155d25951f (patch)
treea3b61c2ee1ba56473088bc4000b296c04bab7317 /emacs/.emacs.d/wpc/wpc-golang.el
parentfafabc6e4a549393992dc93075e30d26d8c63731 (diff)
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
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-golang.el')
-rw-r--r--emacs/.emacs.d/wpc/wpc-golang.el1
1 files changed, 0 insertions, 1 deletions
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"))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;