From 2edfe9ef6b1484e9417c140612ce60ebba789d6d Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Thu, 6 Jul 2023 18:00:04 +0200 Subject: [PATCH] Add Logview with dependencies. --- elpa-packages | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/elpa-packages b/elpa-packages index 06107249ef..5443a44e2e 100644 --- a/elpa-packages +++ b/elpa-packages @@ -108,6 +108,9 @@ :ignored-files ("LICENSE" "test" "Cask" "Makefile") :news "CHANGELOG.md") + (datetime :url "https://github.com/doublep/datetime.git" + :ignored-files (".github" "githooks" "dev" "test" "Eldev" "LICENSE")) + (denote-refs :url "https://codeberg.org/akib/emacs-denote-refs") (devhelp :url "https://codeberg.org/akib/emacs-devhelp") @@ -206,6 +209,9 @@ (evil-visualstar :url "https://github.com/bling/evil-visualstar.git" :readme ("README.md")) + (extmap :url "https://github.com/doublep/extmap.git" + :ignored-files (".github" "githooks" "test" "Eldev" "LICENSE")) + (flx :url "https://github.com/lewang/flx" :readme "README.md" :ignored-files (".travis.yml" "LICENSE" @@ -384,6 +390,9 @@ (kotlin-mode :url "https://github.com/Emacs-Kotlin-Mode-Maintainers/kotlin-mode" :ignored-files ("doc" "test" "Cask" "Makefile")) + (logview :url "https://github.com/doublep/logview.git" + :ignored-files (".github" "githooks" "test" "Eldev" "LICENSE" "TODO.md")) + (lorem-ipsum :url "https://github.com/jschaf/emacs-lorem-ipsum" :readme "README.md") -- 2.35.1