Skip to content

Commit

Permalink
Improve emacs confs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeaLot4J committed May 14, 2018
1 parent 5a73dba commit 006ae89
Show file tree
Hide file tree
Showing 17 changed files with 1,170 additions and 11 deletions.
9 changes: 8 additions & 1 deletion elpa/archives/gnu-cn/archive-contents
Original file line number Diff line number Diff line change
Expand Up @@ -1234,12 +1234,19 @@
((:keywords "multimedia" "xpm")
(:url . "http://www.gnuvola.org/software/xpm/"))])
(yasnippet .
[(0 12 2)
[(0 13 0)
((cl-lib
(0 5)))
"Yet another snippet extension for Emacs." tar
((:keywords "convenience" "emulation")
(:url . "http://github.com/joaotavora/yasnippet"))])
(yasnippet-classic-snippets .
[(1 0 0)
((yasnippet
(0 9 1)))
"\"Classic\" yasnippet snippets" single
((:url . "http://elpa.gnu.org/packages/yasnippet-classic-snippets.html")
(:keywords "snippets"))])
(ztree .
[(1 0 5)
((cl-lib
Expand Down
2 changes: 1 addition & 1 deletion elpa/archives/gnu-cn/archive-contents.signed
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Good signature from 474F05837FBDEF9B GNU ELPA Signing Agent <elpasign@elpa.gnu.org> (trust undefined) created at 2018-05-13T17:10:01+0800 using DSA
Good signature from 474F05837FBDEF9B GNU ELPA Signing Agent <elpasign@elpa.gnu.org> (trust undefined) created at 2018-05-14T17:10:02+0800 using DSA
2 changes: 1 addition & 1 deletion elpa/archives/melpa-cn/archive-contents

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion elpa/archives/melpa-stable/archive-contents

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions elpa/smooth-scroll-1.2/smooth-scroll-autoloads.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
;;; smooth-scroll-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))

;;;### (autoloads nil nil ("smooth-scroll.el") (23289 64033 57126
;;;;;; 994000))

;;;***

;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; smooth-scroll-autoloads.el ends here
2 changes: 2 additions & 0 deletions elpa/smooth-scroll-1.2/smooth-scroll-pkg.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
;;; -*- no-byte-compile: t -*-
(define-package "smooth-scroll" "1.2" "Minor mode for smooth scrolling and in-place scrolling." 'nil :commit "02320f28abb5cae28b3a18f6b9ce93129bdbfc45" :keywords '("convenience" "emulations" "frames") :url "http://www.emacswiki.org/emacs/download/smooth-scroll.el")
Loading

0 comments on commit 006ae89

Please sign in to comment.