branch: externals/nano-theme commit eb8b98adc98a868ffd760351e08570314713f4cc Author: Murilo Pereira <mur...@murilopereira.com> Commit: GitHub <nore...@github.com>
Add file header This allows the package to be installed with Quelpa: ```emacs-lisp (use-package nano-theme :ensure nil :defer t :quelpa (nano-theme :fetcher github :repo "rougier/nano-theme")) ``` Without it the following error message is shown: ``` Error getting PACKAGE-DESC: (error Package lacks a file header) quelpa-package-install: Wrong type argument: package-desc, nil ``` --- nano-theme.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nano-theme.el b/nano-theme.el index c1733bb..c619f2b 100644 --- a/nano-theme.el +++ b/nano-theme.el @@ -1,3 +1,5 @@ +;;; nano-theme.el --- A consistent theme for GNU Emacs -*- coding: utf-8 -*- + ;; --------------------------------------------------------------------- ;; GNU Emacs / N Λ N O theme ;; Copyright (C) 2021 - Nicolas P. Rougier