-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Related to #5, with the Emacs 26 pretest (26.0.90) and the following init file:
(package-initialize)
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/"))
(unless (package-installed-p 'use-package)
(package-refresh-contents)
(package-install 'use-package))
(eval-when-compile
(require 'use-package))
(use-package systemd
:ensure t)
The following byte compilation error is being reported:
Compiling file /home/drot/.emacs.d/elpa/systemd-20171006.1352/systemd.el at Tue Oct 17 19:01:57 2017
Entering directory ‘/home/drot/.emacs.d/elpa/systemd-20171006.1352/’
Error (bytecomp): Opening input file: No such file or directory, /home/drot/.emacs.d/unit-directives.txt
Metadata
Metadata
Assignees
Labels
No labels