Fix header vars in doctor/packages.el files

This commit is contained in:
Henrik Lissner 2018-05-08 17:56:21 +02:00
parent 1be5df7e63
commit b64b2764fa
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,5 @@
;;; app/write/doctor.el -*- lexical-binding: t; -*-
;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; app/write/doctor.el
(when (featurep! +langtool)
(require 'langtool)

View file

@ -1,4 +1,5 @@
;;; lang/csharp/doctor.el -*- lexical-binding: t; -*-
;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; lang/csharp/doctor.el
(require 'omnisharp)
(let ((omnisharp-bin (or omnisharp-server-executable-path (omnisharp--server-installation-path t))))

View file

@ -1,3 +1,4 @@
;;; lang/hy/packages.el -*- no-byte-compile: t; -*-
;; -*- no-byte-compile: t; -*-
;;; lang/hy/packages.el
(package! hy-mode)