Fix header vars in doctor/packages.el files
This commit is contained in:
parent
1be5df7e63
commit
b64b2764fa
3 changed files with 6 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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))))
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
;;; lang/hy/packages.el -*- no-byte-compile: t; -*-
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/hy/packages.el
|
||||
|
||||
(package! hy-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue