summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-01-10 22:30:03 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-01-11 00:17:59 +0100
commit30a0e97a15345909414364403a7af8654b9e72cd (patch)
tree82fbdcccaa557ab298c88196ee8a165699ec0495 /sci-mathematics/cubicle/files/50cubicle-gentoo.el
parentapp-arch/bzip3: bump to 1.2.2 (diff)
downloadgentoo-30a0e97a15345909414364403a7af8654b9e72cd.tar.gz
gentoo-30a0e97a15345909414364403a7af8654b9e72cd.tar.bz2
gentoo-30a0e97a15345909414364403a7af8654b9e72cd.zip
sci-mathematics/cubicle: new package; add 1.2.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/cubicle/files/50cubicle-gentoo.el')
-rw-r--r--sci-mathematics/cubicle/files/50cubicle-gentoo.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/sci-mathematics/cubicle/files/50cubicle-gentoo.el b/sci-mathematics/cubicle/files/50cubicle-gentoo.el
new file mode 100644
index 000000000000..bab0f0d76325
--- /dev/null
+++ b/sci-mathematics/cubicle/files/50cubicle-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'cubicle-mode "cubicle-mode"
+ "A major mode for editing Cubicle files." t)
+(add-to-list 'auto-mode-alist '("\\.cub\\'" . cubicle-mode))