diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-05 02:35:34 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-05 02:42:21 +0100 |
commit | 9c200ba669748796880616cda29a4f3bafd0e331 (patch) | |
tree | fba84ad41482c9cb6ac0b73ac10d396ee27629fd /app-emacs/crux/files | |
parent | sys-fs/btrfs-progs: drop 6.1, 6.1.1 (diff) | |
download | gentoo-9c200ba669748796880616cda29a4f3bafd0e331.tar.gz gentoo-9c200ba669748796880616cda29a4f3bafd0e331.tar.bz2 gentoo-9c200ba669748796880616cda29a4f3bafd0e331.zip |
app-emacs/crux: new package; add 0.4.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/crux/files')
-rw-r--r-- | app-emacs/crux/files/50crux-gentoo.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-emacs/crux/files/50crux-gentoo.el b/app-emacs/crux/files/50crux-gentoo.el new file mode 100644 index 000000000000..32881b6c6cc0 --- /dev/null +++ b/app-emacs/crux/files/50crux-gentoo.el @@ -0,0 +1,2 @@ +(add-to-list 'load-path "@SITELISP@") +(load "crux-autoloads" nil t) |