aboutsummaryrefslogtreecommitdiffstats
path: root/oni-yasnippet
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-06-28 14:34:38 -0700
committerGravatar Tom Willemse2026-06-28 14:34:38 -0700
commit0a99dbb31898b8196c3e6a6cfa36ff790e3a69f5 (patch)
tree1a8dd53dcae8a4bc887068d4c5e01d1246bd7a3f /oni-yasnippet
parentfca486f4a5fa6f6cd1802c0bb7d93cba7b628aa4 (diff)
downloademacs-config-0a99dbb31898b8196c3e6a6cfa36ff790e3a69f5.tar.gz
emacs-config-0a99dbb31898b8196c3e6a6cfa36ff790e3a69f5.zip
oni-yasnippet: Set up multi-file build
This package now contains all of my snippets, instead of having them distributed across multiple packages. I hope that this will make them easier to manage and keep updated.
Diffstat (limited to 'oni-yasnippet')
-rw-r--r--oni-yasnippet/Eldev13
1 files changed, 13 insertions, 0 deletions
diff --git a/oni-yasnippet/Eldev b/oni-yasnippet/Eldev
new file mode 100644
index 0000000..3a4fe49
--- /dev/null
+++ b/oni-yasnippet/Eldev
@@ -0,0 +1,13 @@
+; -*- mode: emacs-lisp; lexical-binding: t -*-
+
+;; Uncomment some calls below as needed for your project.
+(eldev-use-package-archive 'gnu-elpa)
+;(eldev-use-package-archive 'nongnu-elpa)
+(eldev-use-package-archive 'melpa)
+(eldev-use-package-archive `("oni" . ,(expand-file-name "../bin")))
+
+(eldev-use-plugin 'autoloads)
+
+(setf eldev-files-to-package
+ `(:or ,eldev-files-to-package
+ '("*.el" "snippets/**/*")))