Skip to content

Commit

Permalink
Add some recipies. Changed nsis-mode to track the github mirror.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Feb 15, 2012
1 parent 2922aec commit 72ecdc3
Show file tree
Hide file tree
Showing 25 changed files with 118 additions and 4 deletions.
4 changes: 4 additions & 0 deletions recipes/ac-R.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(:name ac-R
:description ""
:type git
:url "https://github.com/mlf176f2/ac-R")
5 changes: 5 additions & 0 deletions recipes/auto-indent-mode.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(:name auto-indent-mode
:website "https://github.com/mlf176f2/auto-indent-mode.el"
:description "Automatically Indent when pressing return, pasting, and other customizable features."
:type git
:url "https://github.com/mlf176f2/auto-indent-mode.el.git")
5 changes: 5 additions & 0 deletions recipes/el-autoyas.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(:name el-autoyas
:website "https://github.com/mlf176f2/el-autoyas.el"
:description "Automatic yasnippet creation for emacs lisp."
:type git
:url "https://github.com/mlf176f2/el-autoyas.el.git")
5 changes: 5 additions & 0 deletions recipes/ess-smart-underscore.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(:name ess-smart-underscore
:website "https://github.com/mlf176f2/ess-smart-underscore.el"
:description "Smarter underscore behavior in emacs"
:type git
:url "https://github.com/mlf176f2/ess-smart-underscore.el.git")
5 changes: 5 additions & 0 deletions recipes/extend-dnd.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(:name extend-dnd
:website "https://github.com/mlf176f2/extend-dnd"
:description "Extended Drag and Drop support"
:type git
:url "https://github.com/mlf176f2/extend-dnd.git")
3 changes: 3 additions & 0 deletions recipes/hideshow-org.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(:name hideshow-org
:type git
:url "https://github.com/secelis/hideshow-org.git")
4 changes: 4 additions & 0 deletions recipes/idomenu.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(:name idomenu
:type emacswiki
:description "imenu tag selection a la ido"
:load-path ".")
4 changes: 4 additions & 0 deletions recipes/lib-requires.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(:name lib-requires
:type emacswiki
:description "Commands to list Emacs Lisp library dependencies."
)
5 changes: 5 additions & 0 deletions recipes/linkd.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(:name linkd
:type http-tar
:description "Make hypertext with active links in any buffer"
:options ("xzvf")
:url "http://www.emacswiki.org/emacs/download/linkd.tar.gz")
8 changes: 4 additions & 4 deletions recipes/nsis-mode.rcp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(:name nsis-mode
:description "NSIS(Nullsoft Scriptable Install System)-mode"
:type emacswiki
:features nsis-mode
:post-init (lambda nil (add-to-list (quote auto-mode-alist) (quote ("\\.[Nn][Ss][IiHh]$" . nsis-mode)))))
:website "https://github.com/mlf176f2/nsis-mode"
:description "A major mode for editing NSIS files"
:type git
:url "https://github.com/mlf176f2/nsis-mode.git")
7 changes: 7 additions & 0 deletions recipes/ntcmd.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(:name ntcmd
:type emacswiki
:description "major mode for editing cmd scripts"
:load-path "."
:post-init (lambda()
(add-to-list 'auto-mode-alist '("\\.[bB][Aa][Tt]\\'" . ntcmd-mode))
(add-to-list 'auto-mode-alist '("\\.[Cc][Mm][Dd]\\'" . ntcmd-mode))))
5 changes: 5 additions & 0 deletions recipes/org-cua-dwim.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(:name org-cua-dwim
:website "https://github.com/mlf176f2/org-cua-dwim.el"
:description "Allow C-c, C-v, C-x etc to work as you would expect elsewhere when using CUA mode."
:type git
:url "https://github.com/mlf176f2/org-cua-dwim.el.git")
4 changes: 4 additions & 0 deletions recipes/org-outlook.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(:name org-outlook
:type git
:url "https://github.com/mlf176f2/org-outlook.el.git"
:description "Integrate Microsoft Outlook with org-mode")
5 changes: 5 additions & 0 deletions recipes/org-table-comment.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(:name org-table-comment
:website "https://github.com/mlf176f2/org-table-comment.el"
:description "Org tables in comments"
:type git
:url "https://github.com/mlf176f2/org-table-comment.el.git")
5 changes: 5 additions & 0 deletions recipes/r-autoyas.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(:name r-autoyas
:website "https://github.com/mlf176f2/r-autoyas.el"
:description "Automatic yasnippet creation for emacs lisp."
:type git
:url "https://github.com/mlf176f2/r-autoyas.el.git")
3 changes: 3 additions & 0 deletions recipes/smart-operator.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(:name smart-operator
:type emacswiki
:description "Beautify the operators in codes")
6 changes: 6 additions & 0 deletions recipes/ssh.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(:name ssh
:website "http://www.splode.com/~friedman/software/emacs-lisp/#ssh"
:description "This is a comint-based interface for connecting to remote hosts via ssh."
:type http
:url "http://www.splode.com/~friedman/software/emacs-lisp/src/ssh.el")

4 changes: 4 additions & 0 deletions recipes/sumatra-forward.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(:name sumatra-forward
:description "(X)Emacs frontend to forward search with SumatraPDF"
:type http
:url "http://william.famille-blum.org/software/sumatra/sumatra-forward.el")
6 changes: 6 additions & 0 deletions recipes/tabbar-ruler.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(:name tabbar-ruler
:website "https://github.com/mlf176f2/tabbar-ruler.el"
:description "Tabbar ruler is an emacs package that allows both the tabbar and the ruler to be used together. In addition it allows auto-hiding of the menu-bar and tool-bar."
:type git
:depends tabbar
:url "https://github.com/mlf176f2/tabbar-ruler.el.git")
5 changes: 5 additions & 0 deletions recipes/tabbar.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(:name tabbar
:type emacswiki
:description "Display a tab bar in the header line"
:lazy t
:load-path ".")
5 changes: 5 additions & 0 deletions recipes/textmate-to-yas.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(:name textmate-to-yas
:website "https://github.com/mlf176f2/textmate-to-yas.el"
:description "Convert Textmate snippets to Yasnippets"
:type git
:url "https://github.com/mlf176f2/textmate-to-yas.el.git")
4 changes: 4 additions & 0 deletions recipes/w32-browser.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(:name w32-browser
:type emacswiki
:description "Run Windows application associated with a file."
:load-path ".")
4 changes: 4 additions & 0 deletions recipes/xahk-mode.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(:name xahk-mode
:description "Major mode for editing AHK (AutoHotKey) scripts."
:type http
:url "http://ergoemacs.googlecode.com/svn/trunk/packages/xahk-mode.el")
4 changes: 4 additions & 0 deletions recipes/yaoddmuse.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(:name yaoddmuse
:type emacswiki
:description "Yet Another Oddmuse Mode"
:load-path ".")
7 changes: 7 additions & 0 deletions recipes/yas-jit.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(:name yas-jit
:website "https://github.com/mlf176f2/yas-jit.el"
:description "Just in time loading of yasnippets"
:type git
:depends yasnippet
:load-path "."
:url "https://github.com/mlf176f2/yas-jit.el.git")

0 comments on commit 72ecdc3

Please sign in to comment.