Davor Rotim
Results
1
comments of
Davor Rotim
The issue also happens without `use-package`: ``` (package-initialize) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) (unless (package-installed-p 'systemd) (package-refresh-contents) (package-install 'systemd)) ``` If you clone the `systemd-mode` repo and try M-x `package-install-file`...