Don't byte-compile doctor.el files

This commit is contained in:
Henrik Lissner 2018-03-20 21:19:37 -04:00
parent 4da4cbaa58
commit adef00aa7c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
7 changed files with 14 additions and 7 deletions

View file

@ -1,4 +1,5 @@
;;; lang/go/doctor.el -*- lexical-binding: t; -*-
;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; lang/go/doctor.el
(unless (executable-find "guru")
(warn! "Couldn't find guru. Refactoring commands (go-guru-*) won't work"))