summaryrefslogtreecommitdiff
path: root/app-emacs/css-sort-buffer/files
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-10-17 11:22:11 +0200
committerUlrich Müller <ulm@gentoo.org>2019-10-17 15:18:33 +0200
commita1b2345dea8d399c48851076d7e29e7a46199e4e (patch)
treed147ede944f74151081af43e4454c9642c14c8c4 /app-emacs/css-sort-buffer/files
parent86c8775d5a870962213a12ab10d5810af18b79cb (diff)
downloadgentoo-a1b2345dea8d399c48851076d7e29e7a46199e4e.tar.gz
gentoo-a1b2345dea8d399c48851076d7e29e7a46199e4e.tar.bz2
gentoo-a1b2345dea8d399c48851076d7e29e7a46199e4e.zip
app-emacs/css-sort-buffer: Initial import of version 0.2
Ebuild contributed by me. Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/css-sort-buffer/files')
-rw-r--r--app-emacs/css-sort-buffer/files/50css-sort-buffer-gentoo.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emacs/css-sort-buffer/files/50css-sort-buffer-gentoo.el b/app-emacs/css-sort-buffer/files/50css-sort-buffer-gentoo.el
new file mode 100644
index 000000000000..12ee6c9e0f55
--- /dev/null
+++ b/app-emacs/css-sort-buffer/files/50css-sort-buffer-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'css-sort-buffer "css-sort-buffer"
+ "css-sort is cool, this function sort whole css file,
+don't need user sort css attributable line by line." t)