aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-03-20 01:13:28 -0700
committerGravatar Tom Willemse2022-03-20 01:13:28 -0700
commit6d6d37d6f79295bd30b9f9c732eaba116868994c (patch)
tree0c941d2ee7c46b57451fde9d9826503a5f3f0850
parent4730feae4e61a7198f869596a7401ec6be5d78fc (diff)
downloadnew-ryuslash.org-6d6d37d6f79295bd30b9f9c732eaba116868994c.tar.gz
new-ryuslash.org-6d6d37d6f79295bd30b9f9c732eaba116868994c.zip
Switch from Cask to Eldev
-rw-r--r--.gitignore4
-rw-r--r--Cask8
-rw-r--r--Eldev6
-rw-r--r--GNUmakefile2
-rw-r--r--publish.el2
5 files changed, 13 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index ab55d4f..9b9a093 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,7 @@
/public
/.org-timestamps
/posts/index.org*
+
+# Added automatically by `eldev init'.
+/.eldev
+/Eldev-local
diff --git a/Cask b/Cask
deleted file mode 100644
index f9236c9..0000000
--- a/Cask
+++ /dev/null
@@ -1,8 +0,0 @@
-(source gnu)
-(source melpa)
-(source org)
-
-(depends-on "dockerfile-mode")
-(depends-on "htmlize")
-(depends-on "org-plus-contrib")
-(depends-on "rainbow-delimiters")
diff --git a/Eldev b/Eldev
new file mode 100644
index 0000000..8889935
--- /dev/null
+++ b/Eldev
@@ -0,0 +1,6 @@
+; -*- mode: emacs-lisp; lexical-binding: t -*-
+
+;; Uncomment some calls below as needed for your project.
+(eldev-use-package-archive 'gnu)
+(eldev-use-package-archive 'nongnu)
+(eldev-use-package-archive 'melpa)
diff --git a/GNUmakefile b/GNUmakefile
index 856874f..d3d4568 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -9,7 +9,7 @@ deploy:
html:
@echo "Publishing..."
- cask emacs --quick --batch --load publish.el --funcall org-publish-all
+ eldev emacs --quick --batch --load publish.el --funcall org-publish-all
css: public/assets/css/main.css public/assets/css/tekuti.css public/assets/css/cgit.css
diff --git a/publish.el b/publish.el
index a4fd94a..57601cc 100644
--- a/publish.el
+++ b/publish.el
@@ -4,6 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords:
+;; Version: 1
+;; Package-Requires: (dockerfile-mode htmlize org org-contrib rainbow-delimiters)
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by