Merge some new recipes

eipm, ispell-multi, and scroll-in-place
This commit is contained in:
Noam Postavsky 2014-05-01 20:33:38 -04:00
commit c2d0734e38
3 changed files with 20 additions and 0 deletions

6
recipes/eimp.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name eimp
:description "Emacs Image Manipulation Package"
:website "https://mph-emacs-pkgs.alioth.debian.org/EimpEl.html"
:type http
:url "https://alioth.debian.org/scm/viewvc.php/*checkout*/mph-emacs-pkgs/elisp/eimp.el?root=mph-emacs-pkgs"
:localname "eimp.el")

7
recipes/ispell-multi.rcp Normal file
View File

@ -0,0 +1,7 @@
(:name ispell-multi
:description "Multiple ispell processes and multiple flyspell languages"
:website "http://www.dur.ac.uk/p.j.heslin/Software/Emacs"
:type http
:url "http://www.dur.ac.uk/p.j.heslin/Software/Emacs/Download/ispell-multi.el"
:localname "ispell-multi.el.gz"
:features ispell-multi)

View File

@ -0,0 +1,7 @@
(:name scroll-in-place
:description "Improved vertical scrolling commands"
:website "http://www.cs.utah.edu/~eeide/emacs/"
:type http
:url "http://www.cs.utah.edu/~eeide/emacs/scroll-in-place.el.gz"
:prepare (defalias 'screen-width 'display-pixel-width)
:features scroll-in-place)